Browse Source

test: give test-net-GH-5504 more time to run

On Windows debug builds, the test was failing because the timeout
was too short.
v0.11.11-release
Alexis Campailla 11 years ago
committed by Timothy J Fontaine
parent
commit
22879e749e
  1. 2
      test/simple/test-net-GH-5504.js

2
test/simple/test-net-GH-5504.js

@ -93,7 +93,7 @@ function parent() {
setTimeout(function() {
throw new Error('hang');
});
}, 1000).unref();
}, 4000).unref();
var s = spawn(node, [__filename, 'server'], opt);
var c;

Loading…
Cancel
Save