From 9212b665a62a86c4c98d52cbd405ffb76221dd8b Mon Sep 17 00:00:00 2001 From: Mariano Sorgente Date: Fri, 20 May 2022 17:51:15 -0400 Subject: [PATCH] Try adding a sleep --- tests/setup_nodes.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/setup_nodes.py b/tests/setup_nodes.py index 20d47e128e86..9bac3289095f 100644 --- a/tests/setup_nodes.py +++ b/tests/setup_nodes.py @@ -492,6 +492,7 @@ async def num_connections(): node_iters.append(daemon_iter) vdf_clients = await node_iters[3].__anext__() + await asyncio.sleep(3) # Give some time to avoid issues with bluebox clients interfering vdf_bluebox_clients = await node_iters[7].__anext__()