mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-18 13:25:43 +01:00
pytest: fixup flaky test_closing_specified_destination
This commit is contained in:
parent
bbc5c10919
commit
4c5862eab1
@ -328,7 +328,7 @@ def test_closing_specified_destination(node_factory, bitcoind, chainparams):
|
||||
# Both nodes should have disabled the channel in their view
|
||||
wait_for(lambda: len(l1.getactivechannels()) == 0)
|
||||
|
||||
assert bitcoind.rpc.getmempoolinfo()['size'] == 3
|
||||
wait_for(lambda: bitcoind.rpc.getmempoolinfo()['size'] == 3)
|
||||
|
||||
# Now grab the close transaction
|
||||
closetxs = {}
|
||||
|
Loading…
Reference in New Issue
Block a user