Skip to content

Commit d69e971

Browse files
test: fix test-http2-socket-close.js
Fixes: #54819
1 parent 9db6327 commit d69e971

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

test/parallel/parallel.status

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ test-runner-watch-mode-complex: PASS, FLAKY
3030
test-async-context-frame: PASS, FLAKY
3131
# https://github.com/nodejs/node/issues/54534
3232
test-runner-run-watch: PASS, FLAKY
33-
# https://github.com/nodejs/node/issues/54819
34-
test-http2-socket-close: PASS, FLAKY
3533

3634
# Windows on ARM
3735
[$system==win32 && $arch==arm64]

test/parallel/test-http2-socket-close.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@ netServer.listen(0, common.mustCall(() => {
6262
setTimeout(() => {
6363
serverH2Session.close();
6464
}, 10);
65-
}, 10);
65+
}, 1000);
6666
}));
6767
}));

0 commit comments

Comments
 (0)