Skip to content

Commit d31adaa

Browse files
antrossmolant
authored andcommitted
Chore: Fix VS Code debugging of ava tests timing out after 10s
1 parent 4b5414e commit d31adaa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.vscode/launch.json

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"runtimeExecutable": "${workspaceFolder}/node_modules/.bin/ava",
1616
"runtimeArgs": [
1717
"--serial",
18+
"--timeout=5m",
1819
"${fileDirname}/../dist/tests/${fileBasenameNoExtension}.js"
1920
],
2021
"outputCapture": "std",

0 commit comments

Comments
 (0)