Skip to content

Commit 34babd2

Browse files
committed
Increase timeout for E2E test (default: 5000ms)
1 parent 2e30d5d commit 34babd2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/e2e/jest.config.js

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ const config = {
1616
],
1717
setupFilesAfterEnv: ['<rootDir>/setup.ts'],
1818
runner: 'vscode',
19+
testTimeout: 10000,
1920
};
2021

2122
module.exports = config;

0 commit comments

Comments
 (0)