There was an error while loading. Please reload this page.
1 parent e31213a commit 21f2639Copy full SHA for 21f2639
1 file changed
.vscode-test.mjs
@@ -9,7 +9,7 @@ export default defineConfig({
9
files: 'out/desktop/test.js',
10
workspaceFolder: './test-playground',
11
mocha: {
12
- timeout: 2000
+ timeout: 5000
13
},
14
env: {
15
NEUROPILOT_TEST: 'true',
@@ -20,7 +20,7 @@ export default defineConfig({
20
files: 'out/web/test/index.js',
21
22
23
24
25
26
@@ -31,7 +31,7 @@ export default defineConfig({
31
files: 'out/web/test/browser.js',
32
33
34
35
36
37
0 commit comments