diff --git a/tests/test_worker.ts b/tests/test_worker.ts index 0b0fecc633..beb9d52958 100644 --- a/tests/test_worker.ts +++ b/tests/test_worker.ts @@ -1984,7 +1984,7 @@ describe('workers', function () { connection, prefix, lockDuration: 1000, - lockRenewTime: 3000, // The lock will not be updated in time + lockRenewTime: 15000, // The lock will not be updated in time }, ); await worker.waitUntilReady();