Skip to content

Commit 12ae6ab

Browse files
TrottFishrock123
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 81348e8 commit 12ae6ab

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)