Skip to content

Commit

Permalink
🔧 Add long timeout arg to unit test launch configuration (#1189)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAfroOfDoom authored May 23, 2024
1 parent 2b74e1f commit 9a303cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"request": "launch",
"name": "Run Unit Tests",
"program": "${workspaceFolder}/node_modules/mocha/bin/_mocha",
"args": ["--timeout", "999999"],
"console": "integratedTerminal",
"internalConsoleOptions": "neverOpen"
}
Expand Down

0 comments on commit 9a303cc

Please sign in to comment.