Skip to content

Commit c776604

Browse files
committed
ci: increase timeout
1 parent 330d672 commit c776604

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: jest.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const config = {
22
preset: 'ts-jest',
3-
testTimeout: 30000,
3+
testTimeout: 60000,
44
testEnvironment: 'node',
55
testPathIgnorePatterns: ['<rootDir>/dist/', '<rootDir>/node_modules/'],
66
}

0 commit comments

Comments
 (0)