Skip to content

Commit 835e240

Browse files
committed
Wait for engines, see ipython/ipyparallel#501
1 parent 9584d9f commit 835e240

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ def backend(request):
4141
def cluster():
4242
cluster = ipp.Cluster(engines="mpi", n=2)
4343
rc = cluster.start_and_connect_sync()
44+
rc.wait_for_engines(n=2)
4445
yield rc
4546
cluster.stop_cluster_sync()
4647

0 commit comments

Comments
 (0)