Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'jest.config.integration.js')
-rw-r--r--jest.config.integration.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/jest.config.integration.js b/jest.config.integration.js
index df25c2b247b..e2ce32218e0 100644
--- a/jest.config.integration.js
+++ b/jest.config.integration.js
@@ -25,4 +25,5 @@ module.exports = {
},
}),
timers: 'real',
+ testTimeout: process.env.CI ? 20000 : 7000,
};