We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82a50d3 commit a41fd93Copy full SHA for a41fd93
test/parallel/test-net-socket-timeout.js
@@ -41,7 +41,7 @@ server.listen(common.PORT, function() {
41
});
42
var timer = setTimeout(function() {
43
process.exit(1);
44
- }, 200);
+ }, common.platformTimeout(200));
45
46
47
process.on('exit', function() {
0 commit comments