Skip to content

Commit

Permalink
trying to reduce the wait for mock signature
Browse files Browse the repository at this point in the history
  • Loading branch information
hugocaillard committed Sep 5, 2024
1 parent 649f2cf commit 000ed14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testnet/stacks-node/src/neon_node.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2410,7 +2410,7 @@ impl BlockMinerThread {
// Retrieve any MockSignatures from stackerdb
info!("Waiting for mock signatures...");
let mock_signatures =
self.wait_for_mock_signatures(&mock_proposal, &stackerdbs, Duration::from_secs(10))?;
self.wait_for_mock_signatures(&mock_proposal, &stackerdbs, Duration::from_millis(500))?;

let mock_block = MockBlock {
mock_proposal,
Expand Down

0 comments on commit 000ed14

Please sign in to comment.