Skip to content

Commit

Permalink
chore: bump max mapreduce time (#302)
Browse files Browse the repository at this point in the history
  • Loading branch information
ctian1 authored Dec 16, 2023
1 parent 92f14c0 commit f3c1b96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plonky2x/core/src/backend/prover/remote.rs
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ impl RemoteProver {
.collect_vec();
let (batch_id, proof_ids) = service.submit_batch(&requests)?;

const MAX_RETRIES: usize = 500;
const MAX_RETRIES: usize = 1500;
for _ in 0..MAX_RETRIES {
sleep(Duration::from_secs(10)).await;
let request = match service.get_batch::<L, D>(batch_id) {
Expand Down

0 comments on commit f3c1b96

Please sign in to comment.