test: adds wait mempool to flaky tests

This commit is contained in:
Michael Schmoock
2019-06-04 11:33:24 +02:00
committed by Rusty Russell
parent dd87024060
commit c40250ad0b
2 changed files with 5 additions and 6 deletions

View File

@@ -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')