diff options
author | Mathieu Suen <mathieu.suen@sonarsource.com> | 2023-06-15 11:09:16 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2023-06-15 09:41:52 +0000 |
commit | 5a1a120ba9c8d2c749043447d80c2d6c36c845c7 (patch) | |
tree | 94219acdd8d024c64ea373652efa79ed42ae518c /server/sonar-web/design-system/jest.config.js | |
parent | 98df714a69543ea61f8c80b61c94ffb164b46ca9 (diff) | |
download | sonarqube-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.js | 2 |
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, }; |