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:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-08-10 09:10:51 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-08-10 09:10:51 +0300
commitf626c314923e5d4947531eab001929741c6bced1 (patch)
tree195b05953ccdf48bb8abe5c455e19c1076fe5154 /jest.config.base.js
parentaaae73ac95c2696a71d510cca037b8df71ce73d3 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'jest.config.base.js')
-rw-r--r--jest.config.base.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/jest.config.base.js b/jest.config.base.js
index dc35291d905..e68a4448d61 100644
--- a/jest.config.base.js
+++ b/jest.config.base.js
@@ -169,6 +169,7 @@ module.exports = (path, options = {}) => {
resolver: './jest_resolver.js',
setupFilesAfterEnv: [`<rootDir>/${path}/test_setup.js`, 'jest-canvas-mock'],
restoreMocks: true,
+ slowTestThreshold: process.env.CI ? 6000 : 500,
transform: {
'^.+\\.(gql|graphql)$': 'jest-transform-graphql',
'^.+_worker\\.js$': './spec/frontend/__helpers__/web_worker_transformer.js',