From: Mathieu Suen Date: Wed, 14 Jun 2023 15:08:31 +0000 (+0200) Subject: [NO JIRA] Stabilize CI frontend IT X-Git-Tag: 10.1.0.73491~30 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=a80d34ff59f12a817c2909fdd71999c8c904c0ad;p=sonarqube.git [NO JIRA] Stabilize CI frontend IT --- diff --git a/server/sonar-web/design-system/jest.config.js b/server/sonar-web/design-system/jest.config.js index 488edecd287..54466125a59 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: 30000, + testTimeout: 40000, }; diff --git a/server/sonar-web/jest.config.js b/server/sonar-web/jest.config.js index c64ecfa1642..a4d5973dbe0 100644 --- a/server/sonar-web/jest.config.js +++ b/server/sonar-web/jest.config.js @@ -60,5 +60,5 @@ module.exports = { }, ], ], - testTimeout: 30000, + testTimeout: 40000, };