Skip to content

Commit

Permalink
chore: bump global retry attempts
Browse files Browse the repository at this point in the history
  • Loading branch information
0xpatrickdev committed Oct 3, 2024
1 parent 8eaff81 commit 35d9caa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion multichain-testing/tools/sleep.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const retryUntilCondition = async <T>(
condition: (result: T) => boolean,
message: string,
{
maxRetries = 6,
maxRetries = 8,
retryIntervalMs = 3500,
log = () => {},
setTimeout = ambientSetTimeout,
Expand Down

0 comments on commit 35d9caa

Please sign in to comment.