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 70fa1a4 commit 833b8d1Copy full SHA for 833b8d1
tests/test_misc.py
@@ -2157,7 +2157,7 @@ def test_bitcoind_fail_first(node_factory, bitcoind):
2157
# first.
2158
timeout = 5 if 5 < TIMEOUT // 3 else TIMEOUT // 3
2159
l1 = node_factory.get_node(start=False,
2160
- broken_log=r'plugin-bcli: .*-stdinrpcpass getblockhash 100 exited 1 \(after [0-9]* other errors\)',
+ broken_log=r'plugin-bcli: .*(-stdinrpcpass getblockhash 100 exited 1 \(after [0-9]* other errors\)|we have been retrying command for)',
2161
may_fail=True,
2162
options={'bitcoin-retry-timeout': timeout})
2163
0 commit comments