From 42818c3f61275235a0f8167765f31626794d8b84 Mon Sep 17 00:00:00 2001 From: Pedro Silva Date: Wed, 1 Feb 2023 11:08:35 +0000 Subject: [PATCH] Make jest timeout longer --- qa-core/scripts/jestSetup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)