diff --git a/qa-core/scripts/jestSetup.js b/qa-core/scripts/jestSetup.js index 77565783c3..cd63258f7a 100644 --- a/qa-core/scripts/jestSetup.js +++ b/qa-core/scripts/jestSetup.js @@ -16,4 +16,4 @@ if (!process.env.DEBUG) { global.console.log = jest.fn() // console.log are ignored in tests } -jest.setTimeout(10000) +jest.setTimeout(60000)