Skip to content

Commit 97f622b

Browse files
jasnelladdaleax
authored andcommitted
test: fix flaky test-http2-client-unescaped-path on osx
Backport-PR-URL: #14813 Backport-Reviewed-By: Anna Henningsen <anna@addaleax.net> Backport-Reviewed-By: Timothy Gu <timothygu99@gmail.com> PR-URL: #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 9d752d5 commit 97f622b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)