diff --git a/test/client-keep-alive.js b/test/client-keep-alive.js index 924874232d7..961a44f1a8b 100644 --- a/test/client-keep-alive.js +++ b/test/client-keep-alive.js @@ -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)