From de786e0c5a2e0c3bbdb7aea62f4d8d948a75e531 Mon Sep 17 00:00:00 2001 From: AdamISZ Date: Tue, 6 Aug 2019 17:11:47 +0100 Subject: [PATCH] Increase maker_timeout_sec in regtest to account for throttling --- scripts/cli_options.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/cli_options.py b/scripts/cli_options.py index f2a297d..f60d9ea 100644 --- a/scripts/cli_options.py +++ b/scripts/cli_options.py @@ -210,7 +210,7 @@ def check_regtest(blockchain_start=True): #to allow testing of confirm/unconfirm callback for multiple txs jm_single().bc_interface.tick_forward_chain_interval = 10 jm_single().bc_interface.simulating = True - jm_single().maker_timeout_sec = 5 + jm_single().maker_timeout_sec = 15 # handles the custom regtest hrp for bech32 cryptoengine.BTC_P2WPKH.VBYTE = 100