Skip to content

Commit e915f1f

Browse files
authored
ci: increase test timeout (#1825)
1 parent 2a3ad3c commit e915f1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/jest.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const config = {
1414
'\\.[jt]sx?$': 'babel-jest',
1515
},
1616
verbose: true,
17-
testTimeout: 60000,
17+
testTimeout: 300000,
1818
moduleFileExtensions: ['js', 'jsx', 'ts', 'tsx'],
1919
moduleNameMapper: {
2020
'e2e-utils': '<rootDir>/next-test-lib/e2e-utils.ts',

0 commit comments

Comments
 (0)