Skip to content

Commit 38ae702

Browse files
authored
Merge pull request #5391 from stacks-network/chore/update-block-proposal-timeout
Chore/update block proposal timeout default to 10 mins
2 parents 09d920c + 938e121 commit 38ae702

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stacks-signer/src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ use stacks_common::util::hash::Hash160;
3434
use crate::client::SignerSlotID;
3535

3636
const EVENT_TIMEOUT_MS: u64 = 5000;
37-
const BLOCK_PROPOSAL_TIMEOUT_MS: u64 = 45_000;
37+
const BLOCK_PROPOSAL_TIMEOUT_MS: u64 = 600_000;
3838
const DEFAULT_FIRST_PROPOSAL_BURN_BLOCK_TIMING_SECS: u64 = 60;
3939

4040
#[derive(thiserror::Error, Debug)]

0 commit comments

Comments
 (0)