File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
testnet/stacks-node/src/tests/signer Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -6815,13 +6815,12 @@ fn block_commit_delay() {
6815
6815
6816
6816
info ! ( "------------------------- Test Setup -------------------------" ) ;
6817
6817
let num_signers = 5 ;
6818
- let block_proposal_timeout = Duration :: from_secs ( 20 ) ;
6819
6818
let mut signer_test: SignerTest < SpawnedSigner > = SignerTest :: new_with_config_modifications (
6820
6819
num_signers,
6821
6820
vec ! [ ] ,
6822
6821
|config| {
6823
6822
// make the duration long enough that the miner will be marked as malicious
6824
- config. block_proposal_timeout = block_proposal_timeout ;
6823
+ config. block_proposal_timeout = Duration :: from_secs ( 600 ) ;
6825
6824
} ,
6826
6825
|config| {
6827
6826
// Set the block commit delay to 10 minutes to ensure no block commit is sent
You can’t perform that action at this time.
0 commit comments