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 0a7aa34 commit f35d971Copy full SHA for f35d971
tests/test_plugin.py
@@ -1904,7 +1904,7 @@ def test_bitcoin_backend(node_factory, bitcoind):
1904
def test_bitcoin_backend_gianttx(node_factory, bitcoind):
1905
"""Test that a giant tx doesn't crash bcli"""
1906
# This complains about how long fundpsbt took.
1907
- l1 = node_factory.get_node(start=False, broken_log='Request fundpsbt took')
+ l1 = node_factory.get_node(start=False, broken_log="That's weird: Request .*psbt took")
1908
# With memleak we spend far too much time gathering backtraces.
1909
if "LIGHTNINGD_DEV_MEMLEAK" in l1.daemon.env:
1910
del l1.daemon.env["LIGHTNINGD_DEV_MEMLEAK"]
0 commit comments