diff --git a/src/components/App/App.test.js b/src/components/App/App.test.js index df56ca3..f665b6e 100644 --- a/src/components/App/App.test.js +++ b/src/components/App/App.test.js @@ -51,6 +51,7 @@ describe("App", () => { beforeAll(() => { global.URL.createObjectURL = jest.fn(); addSnapshotSerializer(expect); + jest.setTimeout(10000); }, 60000); afterEach(() => {