瀏覽代碼

SONAR-21026 - Replace timeout time for jest

tags/10.4.0.87286
Kevin Silva 7 月之前
父節點
當前提交
1b56d42fac
共有 2 個文件被更改,包括 2 次插入2 次删除
  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 查看文件

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

+ 1
- 1
server/sonar-web/jest.config.js 查看文件

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

Loading…
取消
儲存