mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-21 16:14:23 +01:00
test: adds wait mempool to flaky tests
This commit is contained in:
committed by
Rusty Russell
parent
dd87024060
commit
c40250ad0b
@@ -992,7 +992,7 @@ def test_funding_reorg_remote_lags(node_factory, bitcoind):
|
||||
'CHANNELD_NORMAL:Funding transaction locked. Channel announced.'])
|
||||
|
||||
l1.rpc.close(l2.info['id']) # to ignore `Bad gossip order` error in killall
|
||||
bitcoind.generate_block(1)
|
||||
bitcoind.generate_block(1, True)
|
||||
l1.daemon.wait_for_log(r'Deleting channel')
|
||||
l2.daemon.wait_for_log(r'Deleting channel')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user