We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fe0708 commit b685efcCopy full SHA for b685efc
test/parallel/test-net-write-slow.js
@@ -11,7 +11,7 @@ var buf = Buffer.alloc(SIZE, 'a');
11
12
var server = net.createServer(function(socket) {
13
socket.setNoDelay();
14
- socket.setTimeout(1000);
+ socket.setTimeout(9999);
15
socket.on('timeout', function() {
16
assert.fail(null, null, 'flushed: ' + flushed +
17
', received: ' + received + '/' + SIZE * N);
0 commit comments