We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a45e2cc commit 9bc82edCopy full SHA for 9bc82ed
test/e2e/jest.config.js
@@ -15,7 +15,7 @@ const config = {
15
'\\.[jt]sx?$': 'babel-jest',
16
},
17
verbose: true,
18
- testTimeout: 300000,
+ testTimeout: 600000, // ten minutes
19
moduleFileExtensions: ['js', 'jsx', 'ts', 'tsx'],
20
moduleNameMapper: {
21
'e2e-utils': '<rootDir>/next-test-lib/e2e-utils.ts',
0 commit comments