From: Carlos Goncalves Date: Thu, 28 Jul 2016 14:14:38 +0000 (+0200) Subject: Increase sleep time at cleanup phase X-Git-Tag: colorado.1.0~38 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?p=doctor.git;a=commitdiff_plain;h=9385fea03509a1eb116fa739d4b356acff35d18b Increase sleep time at cleanup phase 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 --- diff --git a/tests/run.sh b/tests/run.sh index ae030e22..baef112b 100755 --- a/tests/run.sh +++ b/tests/run.sh @@ -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"