Skip to content
This repository was archived by the owner on Aug 6, 2025. It is now read-only.

Commit b9cf1a6

Browse files
committed
test: increase Jest timeout to 15 seconds
1 parent 2daf0aa commit b9cf1a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jest.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ module.exports = {
55
collectCoverageFrom: ['**/*.ts', '!**/*.d.ts'],
66
coverageThreshold: {},
77
setupFilesAfterEnv: ['./jest.setup.ts'],
8+
testTimeout: 15000,
89
}

0 commit comments

Comments
 (0)