Skip to content

Commit

Permalink
squash
Browse files Browse the repository at this point in the history
  • Loading branch information
Trott committed May 30, 2016
1 parent 1082f28 commit 339d412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/gc/test-net-timeout.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function getall() {
return;

(function() {
var req = net.connect(server.address().port, '127.0.0.1');
var req = net.connect(server.address().port, server.address().address);
req.resume();
req.setTimeout(10, function() {
//console.log('timeout (expected)')
Expand Down

0 comments on commit 339d412

Please sign in to comment.