Increase sleep time at cleanup phase 21/17721/1
authorCarlos Goncalves <carlos.goncalves@neclab.eu>
Thu, 28 Jul 2016 14:14:38 +0000 (16:14 +0200)
committerCarlos Goncalves <carlos.goncalves@neclab.eu>
Thu, 28 Jul 2016 14:14:38 +0000 (16:14 +0200)
Extending sleep time by 60 seconds to allow Nova server to sync-up
states with nova-compute service.

JIRA: DOCTOR-66

Change-Id: I71c2f186fb3faf5550c7aede465c93c0674943e2
Signed-off-by: Carlos Goncalves <carlos.goncalves@neclab.eu>
tests/run.sh

index ae030e2..baef112 100755 (executable)
@@ -261,7 +261,7 @@ cleanup() {
 
     echo "waiting disabled compute host back to be enabled..."
     python ./nova_force_down.py "$COMPUTE_HOST" --unset
-    sleep 180
+    sleep 240
     check_host_status "UP"
     ssh $ssh_opts_cpu "$COMPUTE_USER@$COMPUTE_IP" \
         "[ -e disable_network.log ] && cat disable_network.log"