Skip to content

Commit dbfffbf

Browse files
committed
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
1 parent ef9b217 commit dbfffbf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/internet/test-net-connect-unref.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,3 @@ const client = net.createConnection(53, '8.8.8.8', function() {
3030
});
3131

3232
client.on('close', common.mustNotCall());
33-
34-
setTimeout(common.mustNotCall(), common.platformTimeout(TIMEOUT)).unref();

0 commit comments

Comments
 (0)