We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8f211f commit dbb8dcaCopy full SHA for dbb8dca
script/bin/operator.rs
@@ -51,7 +51,7 @@ const PROOF_TIMEOUT_SECONDS: u64 = 60 * 30;
51
const NUM_RELAY_RETRIES: u32 = 3;
52
53
/// The timeout for the operator to run.
54
-const LOOP_TIMEOUT_MINS: u64 = PROOF_TIMEOUT_SECONDS * 2;
+const LOOP_TIMEOUT_MINS: u64 = PROOF_TIMEOUT_SECONDS * 4;
55
56
/// The number of confirmations to wait for.
57
const NUM_CONFIRMATIONS: u64 = 3;
0 commit comments