Skip to content

Commit

Permalink
Increase timeout in test-child-process-fork-net2
Browse files Browse the repository at this point in the history
  • Loading branch information
silverwind committed Apr 8, 2015
1 parent 8855832 commit 0c2210b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parallel/test-child-process-fork-net2.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ if (process.argv[2] === 'child') {
};

var min = 190;
var max = common.platformTimeout(1000);
var max = common.platformTimeout(1500);
process.on('exit', function() {
assert.equal(disconnected, count);
assert.equal(connected, count);
Expand Down

0 comments on commit 0c2210b

Please sign in to comment.