We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67cedd1 commit 889cb42Copy full SHA for 889cb42
jest.config.ts
@@ -2,7 +2,7 @@ import type { Config } from 'jest'
2
3
const config: Config = {
4
verbose: true,
5
- testTimeout: 30000,
+ testTimeout: 300000,
6
moduleFileExtensions: ['js', 'json', 'ts'],
7
setupFiles: ['jest-date-mock'],
8
roots: ['src', 'integration'],
0 commit comments