Skip to content

Commit 4aa2c03

Browse files
TrottMyles Borins
authored andcommitted
test: increase timeout for test-tls-fast-writing
Increase timeout for test from 500ms to 1000ms so busy slow machines don't produce false positives. Fixes: #4964 PR-URL: #5466 Reviewed-By: Alexis Campailla <orangemocha@nodejs.org>
1 parent d4a1fc7 commit 4aa2c03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-tls-fast-writing.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ var gotDrain = false;
2323
setTimeout(function() {
2424
console.log('not ok - timed out');
2525
process.exit(1);
26-
}, common.platformTimeout(500));
26+
}, common.platformTimeout(1000));
2727

2828
function onconnection(conn) {
2929
conn.on('data', function(c) {

0 commit comments

Comments
 (0)