summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/simple/helper-debugger-repl.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/simple/helper-debugger-repl.js b/test/simple/helper-debugger-repl.js
index 409e4f54d..6346457af 100644
--- a/test/simple/helper-debugger-repl.js
+++ b/test/simple/helper-debugger-repl.js
@@ -91,7 +91,7 @@ function startDebugger(scriptToDebug) {
});
quit();
- }, 5000).unref();
+ }, 10000).unref();
process.once('uncaughtException', function(e) {
console.error('UncaughtException', e, e.stack);