Skip to content

Commit 16f127c

Browse files
committed
chore: change default burnchain.timeout to 60s
This matches the hard-coded timeout what was previously in the code.
1 parent 11c312e commit 16f127c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testnet/stacks-node/src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1457,7 +1457,7 @@ impl BurnchainConfig {
14571457
rpc_ssl: false,
14581458
username: None,
14591459
password: None,
1460-
timeout: 300,
1460+
timeout: 60,
14611461
magic_bytes: BLOCKSTACK_MAGIC_MAINNET.clone(),
14621462
local_mining_public_key: None,
14631463
process_exit_at_block_height: None,

0 commit comments

Comments
 (0)