We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 525f765 commit 7b59542Copy full SHA for 7b59542
jest.config.js
@@ -4,7 +4,7 @@ module.exports = {
4
testMatch: ['**/test/**/*.test.ts'],
5
coverageReporters: ['html'],
6
collectCoverageFrom: ['src/**/*.ts', '!src/test/*.ts'],
7
- testTimeout: 100 * 1000,
+ testTimeout: 180 * 1000,
8
coverageThreshold: {
9
global: {
10
branches: 95,
0 commit comments