Skip to content

Commit 9bcf6f8

Browse files
authored
fix: make ci less flaky (#2684)
1 parent 0808a72 commit 9bcf6f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/client-keep-alive.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ test('keep-alive threshold', (t) => {
215215
body.on('end', () => {
216216
const timeout = setTimeout(() => {
217217
t.fail()
218-
}, 3e3)
218+
}, 5e3)
219219
client.on('disconnect', () => {
220220
t.pass()
221221
clearTimeout(timeout)

0 commit comments

Comments
 (0)