Skip to content

Commit 21f2639

Browse files
committed
Increase default test timeout to 5 seconds
1 parent e31213a commit 21f2639

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.vscode-test.mjs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export default defineConfig({
99
files: 'out/desktop/test.js',
1010
workspaceFolder: './test-playground',
1111
mocha: {
12-
timeout: 2000
12+
timeout: 5000
1313
},
1414
env: {
1515
NEUROPILOT_TEST: 'true',
@@ -20,7 +20,7 @@ export default defineConfig({
2020
files: 'out/web/test/index.js',
2121
workspaceFolder: './test-playground',
2222
mocha: {
23-
timeout: 2000
23+
timeout: 5000
2424
},
2525
env: {
2626
NEUROPILOT_TEST: 'true',
@@ -31,7 +31,7 @@ export default defineConfig({
3131
files: 'out/web/test/browser.js',
3232
workspaceFolder: './test-playground',
3333
mocha: {
34-
timeout: 2000
34+
timeout: 5000
3535
},
3636
env: {
3737
NEUROPILOT_TEST: 'true',

0 commit comments

Comments
 (0)