diff --git a/packages/client/lib/commands/LATENCY_LATEST.spec.ts b/packages/client/lib/commands/LATENCY_LATEST.spec.ts index 2cd2d9a5e0..865c0431e8 100644 --- a/packages/client/lib/commands/LATENCY_LATEST.spec.ts +++ b/packages/client/lib/commands/LATENCY_LATEST.spec.ts @@ -14,7 +14,7 @@ describe('LATENCY LATEST', () => { testUtils.testWithClient('client.latencyLatest', async client => { const [,, reply] = await Promise.all([ client.configSet('latency-monitor-threshold', '100'), - client.sendCommand(['DEBUG', 'SLEEP', '1']), + client.sendCommand(['DEBUG', 'SLEEP', '0.5']), client.latencyLatest() ]); assert.ok(Array.isArray(reply));