Skip to content

Commit

Permalink
test: remove setTimeout from the file
Browse files Browse the repository at this point in the history
Removes the setTimeout since if the test were to fail it would time out
due to the tools/test.py wrapper
  • Loading branch information
conectado committed Jul 25, 2018
1 parent ef9b217 commit dbfffbf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/internet/test-net-connect-unref.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,3 @@ const client = net.createConnection(53, '8.8.8.8', function() {
});

client.on('close', common.mustNotCall());

setTimeout(common.mustNotCall(), common.platformTimeout(TIMEOUT)).unref();

0 comments on commit dbfffbf

Please sign in to comment.