Increase VM bring up timeout in exercise scripts

From 120 to 240 seconds since we are seeing consistent
timeouts.

Change-Id: I50cb36e3002f86fcb2cf48e575862e812b7edff3
This commit is contained in:
Sumit Naiksatam 2018-01-09 02:01:50 -08:00
parent 34febe6fb5
commit 5a2982f64b
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ source $TOP_DIR/openrc demo demo
# an error. It is also useful for following allowing as the install occurs.
set -o xtrace
ACTIVE_TIMEOUT=120
ACTIVE_TIMEOUT=240
function confirm_server_active {
local VM_UUID=$1