Commit c84f12b0 authored by Antoine Kaufmann's avatar Antoine Kaufmann
Browse files

experiments: wait a bit after sockets exist

Apparently it takes a while to listen on it. Should maybe have retry on
clients.
parent 421cbbaf
...@@ -77,6 +77,8 @@ class Experiment(object): ...@@ -77,6 +77,8 @@ class Experiment(object):
for s in sockets: for s in sockets:
await exectools.await_file(s, verbose=verbose) await exectools.await_file(s, verbose=verbose)
await asyncio.sleep(0.5)
# start networks # start networks
for net in self.networks: for net in self.networks:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment