Skip to content

Commit d9898b8

Browse files
committed
change timeout for downloading vscode
1 parent f81c8a8 commit d9898b8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.vscode-test.cjs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ const baseConfig = /** @type {const} */ ({
77
timeout: 10000,
88
require: ['tsx/cjs', './scripts/vscode-test-setup.ts'],
99
},
10+
download: {
11+
timeout: 15_000 * 2,
12+
},
1013
});
1114

1215
module.exports = defineConfig([

0 commit comments

Comments
 (0)