Skip to content

Commit

Permalink
Merge pull request #5391 from stacks-network/chore/update-block-propo…
Browse files Browse the repository at this point in the history
…sal-timeout

Chore/update block proposal timeout default to 10 mins
  • Loading branch information
wileyj authored Oct 28, 2024
2 parents 09d920c + 938e121 commit 38ae702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stacks-signer/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ use stacks_common::util::hash::Hash160;
use crate::client::SignerSlotID;

const EVENT_TIMEOUT_MS: u64 = 5000;
const BLOCK_PROPOSAL_TIMEOUT_MS: u64 = 45_000;
const BLOCK_PROPOSAL_TIMEOUT_MS: u64 = 600_000;
const DEFAULT_FIRST_PROPOSAL_BURN_BLOCK_TIMING_SECS: u64 = 60;

#[derive(thiserror::Error, Debug)]
Expand Down

0 comments on commit 38ae702

Please sign in to comment.