node/test/debugger
Sakthipriyan Vairamani (thefourtheye) cc899a4c81
test: increase timeout in break-on-uncaught
As the failures suggest, this test expects the uncaught exception to
be thrown within 100 milliseconds, but on some of the test machines it
takes longer than that limit to notify the exception. Thats why the
test was failing.

This patch polls every 10 ms to see if the exception is received.

PR-URL: https://github.com/nodejs/node/pull/10822

Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
2017-01-30 18:13:56 +05:30
..
helper-debugger-repl.js test: use eslint to fix var->const/let 2017-01-11 11:43:52 +00:00
test-debug-break-on-uncaught.js test: increase timeout in break-on-uncaught 2017-01-30 18:13:56 +05:30
test-debugger-client.js test: fix and improve debugger-client test 2016-12-26 12:47:11 +05:30
test-debugger-remote.js test: refactor test-debugger-remote 2017-01-02 18:11:29 +05:30
test-debugger-repl-break-in-module.js test: use const for all require() calls 2017-01-02 18:28:18 -05:00
test-debugger-repl-restart.js test: use eslint to fix var->const/let 2017-01-11 11:43:52 +00:00
test-debugger-repl-term.js test: use eslint to fix var->const/let 2017-01-11 11:43:52 +00:00
test-debugger-repl-utf8.js test: use eslint to fix var->const/let 2017-01-11 11:43:52 +00:00
test-debugger-repl.js test: use eslint to fix var->const/let 2017-01-11 11:43:52 +00:00
testcfg.py test: move debugger repl into own section 2014-01-20 09:00:13 -08:00