Increase wait timeout for OVB environment

Increase timeout for OVB job while waiting for environment from
te-broker.
Related-Bug: #1801430

Change-Id: I49aab289ce5eab943cc4e7d3bf0e7e7d321a44f7
This commit is contained in:
Sagi Shnaidman 2018-11-03 01:37:30 +02:00
parent 687812e938
commit 7190243b93
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,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"