We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ec50dd commit 3e8483aCopy full SHA for 3e8483a
apps/vscode-e2e/src/suite/index.ts
@@ -29,7 +29,7 @@ export async function run() {
29
30
const mochaOptions: Mocha.MochaOptions = {
31
ui: "tdd",
32
- timeout: 10 * 60 * 1_000, // 10 minutes
+ timeout: 20 * 60 * 1_000, // 20m
33
}
34
35
if (process.env.TEST_GREP) {
0 commit comments