Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
test: remove setTimeout from the file
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
commit dbfffbf0f124c1ea95706d9c81ddaf405e4cb789
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();