Fix timed out test

This commit is contained in:
jwu-fisker
2023-04-28 16:18:16 -07:00
parent 55ae0f20b9
commit 5e91abc2ba

View File

@@ -51,6 +51,7 @@ describe("App", () => {
beforeAll(() => { beforeAll(() => {
global.URL.createObjectURL = jest.fn(); global.URL.createObjectURL = jest.fn();
addSnapshotSerializer(expect); addSnapshotSerializer(expect);
jest.setTimeout(10000);
}, 60000); }, 60000);
afterEach(() => { afterEach(() => {