Skip to content

Commit

Permalink
Increase wait time for running_mpc check
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaoticTempest committed Oct 30, 2024
1 parent 9f05f0c commit 9102575
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ pub async fn running_mpc<'a>(
}
);
is_running
.retry(&ExponentialBuilder::default().with_max_times(6))
.retry(&ExponentialBuilder::default().with_max_times(7))
.await
.with_context(|| err_msg)
}
Expand Down

0 comments on commit 9102575

Please sign in to comment.