summaryrefslogtreecommitdiffstats
path: root/bin/helpers/launch-algo
diff options
context:
space:
mode:
Diffstat (limited to 'bin/helpers/launch-algo')
-rwxr-xr-xbin/helpers/launch-algo4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/helpers/launch-algo b/bin/helpers/launch-algo
index bf8937b..b3849f7 100755
--- a/bin/helpers/launch-algo
+++ b/bin/helpers/launch-algo
@@ -51,4 +51,8 @@ ansible-playbook main.yml -e "
region=nyc3
do_token=$do_token
" >> "$logfile"
+# need to wait for the controlmaster process to exit
+# XXX there should be a way to tell it to exit, but i don't know how to
+# calculate the correct controlpath
+sleep 60
echo "done."