Skip to content

Commit 874fa63

Browse files
committed
Disable Mocha timeout in VS Code test debugging
1 parent 660766c commit 874fa63

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.vscode/settings.json.tmpl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,9 @@
101101
"${workspaceFolder}/integration/vscode/ada/out/**/*.js",
102102
"!**/node_modules/**"
103103
],
104+
"env": {
105+
"MOCHA_TIMEOUT": "0"
106+
},
104107
"preLaunchTask": "npm: watch - integration/vscode/ada"
105108
}
106109
}

0 commit comments

Comments
 (0)