Skip to content

Commit a45b01c

Browse files
committed
ci: increase timeout for 2.1 test suite
1 parent 4357857 commit a45b01c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/jest.config.2.1.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const config = {
1616
globalSetup: '<rootDir>/tests-2.1/global-setup.ts',
1717
globalTeardown: '<rootDir>/tests-2.1/global-teardown.ts',
1818
setupFilesAfterEnv: ['<rootDir>/tests-2.1/env-setup.ts'],
19-
testTimeout: 120000,
19+
testTimeout: 200_000,
2020
verbose: true,
2121
bail: true,
2222
};

0 commit comments

Comments
 (0)