Skip to content

Commit e935dcc

Browse files
committed
test: increase timeout
1 parent cfd4aad commit e935dcc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jest.config.js

+1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ module.exports = {
44
coverageReporters: ['json', 'text'],
55
collectCoverageFrom: ['src/**/*.ts'],
66
preset: 'ts-jest/presets/js-with-babel',
7+
testTimeout: 30000,
78
}

0 commit comments

Comments
 (0)