Browse Source

[NO JIRA] Stabilize Travis build

tags/10.1.0.73491
Mathieu Suen 11 months ago
parent
commit
5a1a120ba9
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

@@ -58,5 +58,5 @@ module.exports = {
'^.+\\.(t|j)sx?$': ['babel-jest', babelConfig],
},
transformIgnorePatterns: ['/node_modules/(?!(d3-.+))/'],
testTimeout: 40000,
testTimeout: 60000,
};

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

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

Loading…
Cancel
Save