diff options
author | Carlos Goncalves <carlos.goncalves@neclab.eu> | 2016-07-28 16:14:38 +0200 |
---|---|---|
committer | Carlos Goncalves <carlos.goncalves@neclab.eu> | 2016-07-28 16:14:38 +0200 |
commit | 9385fea03509a1eb116fa739d4b356acff35d18b (patch) | |
tree | 67166cd808b6663ff6d002fc3a42915d12264037 | |
parent | 1e490b1d4f9003471d64ea0b433a80122924cff3 (diff) |
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 <carlos.goncalves@neclab.eu>
-rwxr-xr-x | tests/run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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" |