Skip to content

Commit

Permalink
test: loosen timeout in https-no-reader
Browse files Browse the repository at this point in the history
  • Loading branch information
indutny committed Jul 29, 2013
1 parent 8f571b5 commit 38176d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/simple/test-https-no-reader.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ server.listen(common.PORT, function() {
// (i.e. should not leak)
assert(res._readableState.length < 100 * 1024);
process.exit(0);
}, 5000);
}, 2000);
});
req.end();
});

0 comments on commit 38176d3

Please sign in to comment.