From 9385fea03509a1eb116fa739d4b356acff35d18b Mon Sep 17 00:00:00 2001 From: Carlos Goncalves Date: Thu, 28 Jul 2016 16:14:38 +0200 Subject: [PATCH] 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 --- tests/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.16.6