Skip to content

Commit 889cb42

Browse files
committed
feat: increase test timeout for jest
1 parent 67cedd1 commit 889cb42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jest.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import type { Config } from 'jest'
22

33
const config: Config = {
44
verbose: true,
5-
testTimeout: 30000,
5+
testTimeout: 300000,
66
moduleFileExtensions: ['js', 'json', 'ts'],
77
setupFiles: ['jest-date-mock'],
88
roots: ['src', 'integration'],

0 commit comments

Comments
 (0)