From 2834aaced0594abe52fa041b8ba857ccc6bad9ab Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Mon, 25 Jan 2021 14:58:07 +0100 Subject: [PATCH] gci: Stabilize test_forward_event_notification --- tests/test_plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_plugin.py b/tests/test_plugin.py index 157be99e3..de86c6227 100644 --- a/tests/test_plugin.py +++ b/tests/test_plugin.py @@ -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)