File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed
testnet/stacks-node/src/tests/signer Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -291,12 +291,6 @@ impl TryFrom<RawConfigFile> for GlobalConfig {
291
291
. unwrap_or ( DEFAULT_TENURE_LAST_BLOCK_PROPOSAL_TIMEOUT_SECS ) ,
292
292
) ;
293
293
294
- let tenure_last_block_proposal_timeout = Duration :: from_secs (
295
- raw_data
296
- . tenure_last_block_proposal_timeout_secs
297
- . unwrap_or ( DEFAULT_TENURE_LAST_BLOCK_PROPOSAL_TIMEOUT_SECS ) ,
298
- ) ;
299
-
300
294
let block_proposal_validation_timeout = Duration :: from_millis (
301
295
raw_data
302
296
. block_proposal_validation_timeout_ms
Original file line number Diff line number Diff line change @@ -6195,6 +6195,7 @@ fn block_validation_response_timeout() {
6195
6195
info ! ( "------------------------- Propose Another Block Before Hitting the Timeout -------------------------" ) ;
6196
6196
let proposal_conf = ProposalEvalConfig {
6197
6197
first_proposal_burn_block_timing : Duration :: from_secs ( 0 ) ,
6198
+ tenure_last_block_proposal_timeout : Duration :: from_secs ( 30 ) ,
6198
6199
block_proposal_timeout : Duration :: from_secs ( 100 ) ,
6199
6200
} ;
6200
6201
let mut block = NakamotoBlock {
You can’t perform that action at this time.
0 commit comments