Add a pause
diff --git a/cord-setup.yml b/cord-setup.yml
index fef04c9..6182ce1 100644
--- a/cord-setup.yml
+++ b/cord-setup.yml
@@ -176,7 +176,10 @@
 
   - name: Check that 'juju status' works
     sudo: no
-    shell: juju status 
+    shell: juju status
+
+  - name: Pause for 15 seconds (problem with mysql VM not being added to Juju)
+    pause: seconds=15
 
   - name: Add virtual machines to Juju's control
     shell: juju add-machine ssh:{{ item }}