Skip to content

Commit

Permalink
Increase to 30 attemps
Browse files Browse the repository at this point in the history
  • Loading branch information
juanenrisley committed May 2, 2023
1 parent 646a702 commit f7d85f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/loop.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import CoreError, { ErrorCodes } from '~/common/error';
export default async function loop(
request,
condition,
{ label, maxAttempts = 10, retryDelay = 6000 } = {},
{ label, maxAttempts = 30, retryDelay = 6000 } = {},
) {
return new Promise((resolve, reject) => {
let attempt = 0;
Expand Down

0 comments on commit f7d85f3

Please sign in to comment.