mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 15:14:23 +01:00
test: fix flakyness test_no_fee_estimate
This commit is contained in:
committed by
Christian Decker
parent
107381aca2
commit
45645e3a85
@@ -1266,6 +1266,7 @@ def test_no_fee_estimate(node_factory, bitcoind, executor):
|
|||||||
|
|
||||||
# Can do mutual close.
|
# Can do mutual close.
|
||||||
l1.rpc.close(l2.info['id'])
|
l1.rpc.close(l2.info['id'])
|
||||||
|
wait_for(lambda: len(bitcoind.rpc.getrawmempool()) > 0)
|
||||||
bitcoind.generate_block(100)
|
bitcoind.generate_block(100)
|
||||||
|
|
||||||
# Can do unilateral close.
|
# Can do unilateral close.
|
||||||
|
|||||||
Reference in New Issue
Block a user