association seems to take a bit longer on multi host configs
diff --git a/exercise.sh b/exercise.sh
index 7a1ed9b..b73d6aa 100755
--- a/exercise.sh
+++ b/exercise.sh
@@ -123,7 +123,7 @@
 nova add-floating-ip $NAME $FLOATING_IP
 
 # sleep for a smidge
-sleep 1
+sleep 5
 
 # ping our floating ip
 ping -c1 -w1 $FLOATING_IP
@@ -132,7 +132,7 @@
 nova secgroup-delete-rule $SECGROUP icmp -1 -1 0.0.0.0/0
 
 # sleep for a smidge
-sleep 1
+sleep 5
 
 # ping our floating ip
 if ( ping -c1 -w1 $FLOATING_IP ); then