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 f81c8a8 commit d9898b8Copy full SHA for d9898b8
1 file changed
.vscode-test.cjs
@@ -7,6 +7,9 @@ const baseConfig = /** @type {const} */ ({
7
timeout: 10000,
8
require: ['tsx/cjs', './scripts/vscode-test-setup.ts'],
9
},
10
+ download: {
11
+ timeout: 15_000 * 2,
12
+ },
13
});
14
15
module.exports = defineConfig([
0 commit comments