Skip to content

Commit 3e8483a

Browse files
committed
10m -> 20m
1 parent 7ec50dd commit 3e8483a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/vscode-e2e/src/suite/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export async function run() {
2929

3030
const mochaOptions: Mocha.MochaOptions = {
3131
ui: "tdd",
32-
timeout: 10 * 60 * 1_000, // 10 minutes
32+
timeout: 20 * 60 * 1_000, // 20m
3333
}
3434

3535
if (process.env.TEST_GREP) {

0 commit comments

Comments
 (0)