Merge "Increase wait timeout for OVB environment"

This commit is contained in:
Zuul 2018-11-05 17:14:01 +00:00 committed by Gerrit Code Review
commit 447bb82a00
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ if [ -z "${TE_DATAFILE:-}" -a "{{ environment_infra }}" = "ovb" ] ; then
# handled by tox.
sudo $(python_cmd) -m pip install gear
# Kill the whole job if it doesn't get a testenv in 20 minutes as it likely will timout in zuul
( sleep 1200 ; [ ! -e /tmp/toci.started ] && sudo kill -9 $$ ) &
( sleep 1800 ; [ ! -e /tmp/toci.started ] && sudo kill -9 $$ ) &
# We only support multi-nic at the moment
NETISO_ENV="multi-nic"