aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/design-system/jest.config.js
diff options
context:
space:
mode:
authorMathieu Suen <mathieu.suen@sonarsource.com>2023-06-15 11:09:16 +0200
committersonartech <sonartech@sonarsource.com>2023-06-15 09:41:52 +0000
commit5a1a120ba9c8d2c749043447d80c2d6c36c845c7 (patch)
tree94219acdd8d024c64ea373652efa79ed42ae518c /server/sonar-web/design-system/jest.config.js
parent98df714a69543ea61f8c80b61c94ffb164b46ca9 (diff)
downloadsonarqube-5a1a120ba9c8d2c749043447d80c2d6c36c845c7.tar.gz
sonarqube-5a1a120ba9c8d2c749043447d80c2d6c36c845c7.zip
[NO JIRA] Stabilize Travis build
Diffstat (limited to 'server/sonar-web/design-system/jest.config.js')
-rw-r--r--server/sonar-web/design-system/jest.config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/design-system/jest.config.js b/server/sonar-web/design-system/jest.config.js
index 54466125a59..e5e09955906 100644
--- a/server/sonar-web/design-system/jest.config.js
+++ b/server/sonar-web/design-system/jest.config.js
@@ -58,5 +58,5 @@ module.exports = {
'^.+\\.(t|j)sx?$': ['babel-jest', babelConfig],
},
transformIgnorePatterns: ['/node_modules/(?!(d3-.+))/'],
- testTimeout: 40000,
+ testTimeout: 60000,
};