From: Sam Hague Date: Wed, 28 Feb 2018 15:57:29 +0000 (-0500) Subject: Increase wait_for_compute timeout to 30m X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=54dbf7796cbef0798c896f86a5128e63b8994061;p=releng%2Fbuilder.git Increase wait_for_compute timeout to 30m Change-Id: If4087651f9ddef60882c700ee5314c81bb98b1b5 Signed-off-by: Sam Hague --- diff --git a/jjb/integration/integration-deploy-openstack-run-test.sh b/jjb/integration/integration-deploy-openstack-run-test.sh index 7946add9a..85adfe8e0 100644 --- a/jjb/integration/integration-deploy-openstack-run-test.sh +++ b/jjb/integration/integration-deploy-openstack-run-test.sh @@ -362,7 +362,7 @@ EOF cat >> ${local_conf_file_name} << EOF #Added to make Nova wait until nova in control node is ready. -NOVA_READY_TIMEOUT=900 +NOVA_READY_TIMEOUT=1800 HOST_IP=${HOSTIP} SERVICE_HOST=${SERVICEHOST} Q_ML2_TENANT_NETWORK_TYPE=${TENANT_NETWORK_TYPE}