We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b85435 commit 6498d80Copy full SHA for 6498d80
test/parallel/test-gc-http-client-timeout.js
@@ -39,7 +39,7 @@ function getall() {
39
pathname: '/',
40
port: server.address().port
41
}, cb);
42
- req.on('error', cb);
+
43
req.setTimeout(10, function() {
44
console.log('timeout (expected)');
45
});
0 commit comments