diff options
author | Mathieu Suen <mathieu.suen@sonarsource.com> | 2023-06-15 11:01:39 +0200 |
---|---|---|
committer | Mathieu Suen <mathieu.suen@sonarsource.com> | 2023-06-15 11:01:39 +0200 |
commit | 610465a5a5e3c9eb6c7acfda966a8774815641f0 (patch) | |
tree | 16441f7537cdd567bfc8bdc69b24df1ddd95d582 | |
parent | 7dbae368379b76324624efeffb9c09612af65064 (diff) | |
download | sonarqube-ms/test-timeout.tar.gz sonarqube-ms/test-timeout.zip |
-rw-r--r-- | server/sonar-web/design-system/jest.config.js | 2 | ||||
-rw-r--r-- | server/sonar-web/jest.config.js | 2 |
2 files changed, 2 insertions, 2 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, }; diff --git a/server/sonar-web/jest.config.js b/server/sonar-web/jest.config.js index a4d5973dbe0..58d840de95a 100644 --- a/server/sonar-web/jest.config.js +++ b/server/sonar-web/jest.config.js @@ -60,5 +60,5 @@ module.exports = { }, ], ], - testTimeout: 40000, + testTimeout: 60000, }; |