Skip to content

Commit

Permalink
test: fix test-http2-socket-close.js
Browse files Browse the repository at this point in the history
  • Loading branch information
huseyinacacak-janea committed Sep 12, 2024
1 parent 9db6327 commit d69e971
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions test/parallel/parallel.status
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ test-runner-watch-mode-complex: PASS, FLAKY
test-async-context-frame: PASS, FLAKY
# https://github.com/nodejs/node/issues/54534
test-runner-run-watch: PASS, FLAKY
# https://github.com/nodejs/node/issues/54819
test-http2-socket-close: PASS, FLAKY

# Windows on ARM
[$system==win32 && $arch==arm64]
Expand Down
2 changes: 1 addition & 1 deletion test/parallel/test-http2-socket-close.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ netServer.listen(0, common.mustCall(() => {
setTimeout(() => {
serverH2Session.close();
}, 10);
}, 10);
}, 1000);
}));
}));

0 comments on commit d69e971

Please sign in to comment.