CEC-4250, CEC-4251 Fix timed out test (#328)

This commit is contained in:
John Wu
2023-05-02 17:13:26 -07:00
committed by GitHub
parent ad5a7a527e
commit 8752445aeb
7 changed files with 8 additions and 7 deletions

View File

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