Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Commit

Permalink
Merge pull request apollographql#375 from nevir/patch-1
Browse files Browse the repository at this point in the history
Don't time out tests when a debugger is attached
  • Loading branch information
Sashko Stubailo authored Jul 10, 2016
2 parents fbe5f81 + 56c2d2d commit 22f038d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
"type": "node",
"program": "${workspaceRoot}/node_modules/mocha/bin/_mocha",
"stopOnEntry": false,
"args": ["lib/test/tests.js"],
"args": [
"--no-timeouts",
"lib/test/tests.js"
],
"cwd": "${workspaceRoot}",
"runtimeExecutable": null
}
Expand Down

0 comments on commit 22f038d

Please sign in to comment.