mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-02 18:35:00 +01:00
gci: Stabilize test_forward_event_notification
This commit is contained in:
parent
04df500f8e
commit
2834aaced0
1 changed files with 1 additions and 1 deletions
|
@ -1160,7 +1160,7 @@ def test_forward_event_notification(node_factory, bitcoind, executor):
|
|||
node_factory.join_nodes([l1, l2, l3], wait_for_announce=True)
|
||||
l2.openchannel(l4, wait_for_announce=False)
|
||||
l2.openchannel(l5, wait_for_announce=True)
|
||||
|
||||
sync_blockheight(bitcoind, [l1, l2, l3, l4, l5])
|
||||
bitcoind.generate_block(5)
|
||||
|
||||
wait_for(lambda: len(l1.rpc.listchannels()['channels']) == 8)
|
||||
|
|
Loading…
Add table
Reference in a new issue