Skip to content

Commit dbb8dca

Browse files
authored
chore: increase loop timeout (#63)
1 parent f8f211f commit dbb8dca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/bin/operator.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ const PROOF_TIMEOUT_SECONDS: u64 = 60 * 30;
5151
const NUM_RELAY_RETRIES: u32 = 3;
5252

5353
/// The timeout for the operator to run.
54-
const LOOP_TIMEOUT_MINS: u64 = PROOF_TIMEOUT_SECONDS * 2;
54+
const LOOP_TIMEOUT_MINS: u64 = PROOF_TIMEOUT_SECONDS * 4;
5555

5656
/// The number of confirmations to wait for.
5757
const NUM_CONFIRMATIONS: u64 = 3;

0 commit comments

Comments
 (0)