We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8855832 commit 0c2210bCopy full SHA for 0c2210b
test/parallel/test-child-process-fork-net2.js
@@ -150,7 +150,7 @@ if (process.argv[2] === 'child') {
150
};
151
152
var min = 190;
153
- var max = common.platformTimeout(1000);
+ var max = common.platformTimeout(1500);
154
process.on('exit', function() {
155
assert.equal(disconnected, count);
156
assert.equal(connected, count);
0 commit comments