summaryrefslogtreecommitdiff
path: root/jest.config.integration.js
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-11-03 00:10:34 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-11-03 00:10:34 +0000
commitd81023e4e939cb2c689bf446f5baf724bc5faeaa (patch)
tree3f062bde17cf302692834eb5270460d5a2734cf3 /jest.config.integration.js
parent03cd2a56f32310def67fefdc34797833a5daf770 (diff)
downloadgitlab-ce-d81023e4e939cb2c689bf446f5baf724bc5faeaa.tar.gz
Add latest changes from gitlab-org/gitlab@master
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,
};