Skip to content

Commit 033c3b0

Browse files
committed
test: fix flaky test-http2-client-unescaped-path on osx
PR-URL: nodejs#14239 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
1 parent 09b0b1b commit 033c3b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/parallel/test-http2-client-unescaped-path.js

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const count = 32;
1313
server.listen(0, common.mustCall(() => {
1414
const client = http2.connect(`http://localhost:${server.address().port}`);
1515

16-
let remaining = count;
16+
let remaining = count + 1;
1717
function maybeClose() {
1818
if (--remaining === 0) {
1919
server.close();

0 commit comments

Comments
 (0)