Skip to content

Commit f15dd2a

Browse files
committed
chore(operator): bump cycle_limit
1 parent d35767f commit f15dd2a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

script/bin/operator.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -486,6 +486,7 @@ where
486486
.prove(&self.pk, &stdin)
487487
.strategy(FulfillmentStrategy::Reserved)
488488
.skip_simulation(true)
489+
.cycle_limit(10_000_000_000)
489490
.plonk()
490491
.timeout(Duration::from_secs(PROOF_TIMEOUT_SECONDS))
491492
.run_async()

0 commit comments

Comments
 (0)