We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e30d5d commit 34babd2Copy full SHA for 34babd2
test/e2e/jest.config.js
@@ -16,6 +16,7 @@ const config = {
16
],
17
setupFilesAfterEnv: ['<rootDir>/setup.ts'],
18
runner: 'vscode',
19
+ testTimeout: 10000,
20
};
21
22
module.exports = config;
0 commit comments