Skip to content

Commit 9bc82ed

Browse files
authored
chore: up test timeout (#1952)
1 parent a45e2cc commit 9bc82ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const config = {
1515
'\\.[jt]sx?$': 'babel-jest',
1616
},
1717
verbose: true,
18-
testTimeout: 300000,
18+
testTimeout: 600000, // ten minutes
1919
moduleFileExtensions: ['js', 'jsx', 'ts', 'tsx'],
2020
moduleNameMapper: {
2121
'e2e-utils': '<rootDir>/next-test-lib/e2e-utils.ts',

0 commit comments

Comments
 (0)