Skip to content

Commit 9e5336b

Browse files
authored
Use a longer test timeout when debugging with VS code. (#5679)
1 parent 147cecb commit 9e5336b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"runtimeExecutable": "yarn",
99
"runtimeArgs": ["test"],
1010
"program": "${workspaceFolder}/node_modules/jest/bin/jest",
11-
"args": ["--runInBand", "${file}"],
11+
"args": ["--runInBand", "--testTimeout=300000", "${file}"],
1212
"cwd": "${workspaceFolder}",
1313
"internalConsoleOptions": "openOnSessionStart",
1414
"request": "launch",

0 commit comments

Comments
 (0)