Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion script/bin/operator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const PROOF_TIMEOUT_SECONDS: u64 = 60 * 30;
const NUM_RELAY_RETRIES: u32 = 3;

/// The timeout for the operator to run.
const LOOP_TIMEOUT_MINS: u64 = PROOF_TIMEOUT_SECONDS * 2;
const LOOP_TIMEOUT_MINS: u64 = PROOF_TIMEOUT_SECONDS * 4;

/// The number of confirmations to wait for.
const NUM_CONFIRMATIONS: u64 = 3;
Expand Down
Loading