Skip to content

Commit 0c2210b

Browse files
committed
Increase timeout in test-child-process-fork-net2
1 parent 8855832 commit 0c2210b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-child-process-fork-net2.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ if (process.argv[2] === 'child') {
150150
};
151151

152152
var min = 190;
153-
var max = common.platformTimeout(1000);
153+
var max = common.platformTimeout(1500);
154154
process.on('exit', function() {
155155
assert.equal(disconnected, count);
156156
assert.equal(connected, count);

0 commit comments

Comments
 (0)