Skip to content

Commit

Permalink
Try adding a sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
mariano54 committed May 20, 2022
1 parent a62597d commit 9212b66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/setup_nodes.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__()

Expand Down

0 comments on commit 9212b66

Please sign in to comment.