Browse Source

SONAR-21026 - Replace timeout time for jest

tags/10.4.0.87286
Kevin Silva 7 months ago
parent
commit
1b56d42fac
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      server/sonar-web/design-system/jest.config.js
  2. 1
    1
      server/sonar-web/jest.config.js

+ 1
- 1
server/sonar-web/design-system/jest.config.js View File

@@ -72,5 +72,5 @@ module.exports = {
},
],
],
testTimeout: 40000,
testTimeout: 60000,
};

+ 1
- 1
server/sonar-web/jest.config.js View File

@@ -58,5 +58,5 @@ module.exports = {
],
['jest-slow-test-reporter', { numTests: 5, warnOnSlowerThan: 10000, color: true }],
],
testTimeout: 40000,
testTimeout: 60000,
};

Loading…
Cancel
Save