diff --git a/test/integration/client-side-encryption/driver.test.ts b/test/integration/client-side-encryption/driver.test.ts index 8862b6ac41a..2854dd8912e 100644 --- a/test/integration/client-side-encryption/driver.test.ts +++ b/test/integration/client-side-encryption/driver.test.ts @@ -827,7 +827,7 @@ describe('CSOT', function () { // @ts-expect-error accessing private method .stub(Connection.prototype, 'sendCommand') .callsFake(async function* (...args) { - await sleep(1000); + await sleep(1010); yield* stub.wrappedMethod.call(this, ...args); }); });