We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7bdb8a commit cac568eCopy full SHA for cac568e
tests/test_framework/revaultd.py
@@ -57,7 +57,7 @@ def __init__(
57
58
f.write(f'coordinator_host = "127.0.0.1:{coordinator_port}"\n')
59
f.write(f'coordinator_noise_key = "{coordinator_noise_key}"\n')
60
- f.write("coordinator_poll_seconds = 5\n")
+ f.write("coordinator_poll_seconds = 1\n")
61
62
f.write("[scripts_config]\n")
63
f.write(f'deposit_descriptor = "{deposit_desc}"\n')
@@ -68,7 +68,7 @@ def __init__(
68
f.write('network = "regtest"\n')
69
f.write(f"cookie_path = '{bitcoind_cookie}'\n")
70
f.write(f"addr = '127.0.0.1:{bitcoind.rpcport}'\n")
71
- f.write("poll_interval_secs = 10\n")
+ f.write("poll_interval_secs = 1\n")
72
73
if stk_config is not None:
74
f.write("[stakeholder_config]\n")
0 commit comments