Skip to content

Commit

Permalink
test(worker): increase lockRenewTime to fail for the right reason
Browse files Browse the repository at this point in the history
  • Loading branch information
manast committed Dec 14, 2024
1 parent d7cceab commit 108e452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_worker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 108e452

Please sign in to comment.