Skip to content

Commit 2c68a17

Browse files
committed
Fix continue_tenure_extend test by setting block_proposal_max_age_secs to u64::MAX
Signed-off-by: Jacinta Ferrant <[email protected]>
1 parent 0220ed2 commit 2c68a17

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

testnet/stacks-node/src/tests/nakamoto_integrations.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6856,6 +6856,7 @@ fn continue_tenure_extend() {
68566856
let prom_bind = "127.0.0.1:6000".to_string();
68576857
naka_conf.node.prometheus_bind = Some(prom_bind.clone());
68586858
naka_conf.miner.wait_on_interim_blocks = Duration::from_secs(1);
6859+
naka_conf.connection_options.block_proposal_max_age_secs = u64::MAX;
68596860
let http_origin = naka_conf.node.data_url.clone();
68606861
let sender_sk = Secp256k1PrivateKey::new();
68616862
// setup sender + recipient for a test stx transfer

0 commit comments

Comments
 (0)