Skip to content

Commit 8ca12ec

Browse files
committed
tests: increase testTimeout for local direct upload tests to pass
1 parent 200ee4d commit 8ca12ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jest.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const config: Config = {
99
moduleFileExtensions: ['ts', 'js', 'json', 'node'],
1010
coveragePathIgnorePatterns: ['node_modules', 'testHelpers'],
1111
globalSetup: '<rootDir>/test/environment/setup.ts',
12-
testTimeout: 25000,
12+
testTimeout: 35000,
1313
coverageThreshold: {
1414
global: {
1515
branches: 90,

0 commit comments

Comments
 (0)