From: Mathieu Suen Date: Thu, 15 Jun 2023 09:01:39 +0000 (+0200) Subject: WIP X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=610465a5a5e3c9eb6c7acfda966a8774815641f0;p=sonarqube.git WIP --- 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, };