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 authored and roggervalf committed Dec 17, 2024
1 parent 33c164b commit 2f5492c
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 2f5492c

Please sign in to comment.