Skip to content

Commit c4df44a

Browse files
committed
chore: bump test timeout
1 parent 3ba26ce commit c4df44a

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: 10000,
3+
testTimeout: 30000,
44
testEnvironment: 'node',
55
testPathIgnorePatterns: ['<rootDir>/dist/', '<rootDir>/node_modules/'],
66
}

0 commit comments

Comments
 (0)