Browse Source

SONAR-21026 - Replace timeout time for jest

tags/10.4.0.87286
Kevin Silva 7 months ago
parent
commit
1b56d42fac

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

}, },
], ],
], ],
testTimeout: 40000,
testTimeout: 60000,
}; };

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

], ],
['jest-slow-test-reporter', { numTests: 5, warnOnSlowerThan: 10000, color: true }], ['jest-slow-test-reporter', { numTests: 5, warnOnSlowerThan: 10000, color: true }],
], ],
testTimeout: 40000,
testTimeout: 60000,
}; };

Loading…
Cancel
Save