Skip to content

Commit

Permalink
fix: make ci less flaky (nodejs#2684)
Browse files Browse the repository at this point in the history
  • Loading branch information
Uzlopak authored and crysmags committed Feb 27, 2024
1 parent cd48e47 commit 9d74d13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/client-keep-alive.js
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ test('keep-alive threshold', (t) => {
body.on('end', () => {
const timeout = setTimeout(() => {
t.fail()
}, 3e3)
}, 5e3)
client.on('disconnect', () => {
t.pass()
clearTimeout(timeout)
Expand Down

0 comments on commit 9d74d13

Please sign in to comment.