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.
2 parents 09d920c + 938e121 commit 38ae702Copy full SHA for 38ae702
stacks-signer/src/config.rs
@@ -34,7 +34,7 @@ use stacks_common::util::hash::Hash160;
34
use crate::client::SignerSlotID;
35
36
const EVENT_TIMEOUT_MS: u64 = 5000;
37
-const BLOCK_PROPOSAL_TIMEOUT_MS: u64 = 45_000;
+const BLOCK_PROPOSAL_TIMEOUT_MS: u64 = 600_000;
38
const DEFAULT_FIRST_PROPOSAL_BURN_BLOCK_TIMING_SECS: u64 = 60;
39
40
#[derive(thiserror::Error, Debug)]
0 commit comments