Bump OS_TEST_TIMEOUT for ironic-virtual d-s-g

The baremetal provisioning test is slow.  Bump the OS_TEST_TIMEOUT
used by Tempest from its default 500 sec.  We can tune this down once
we have a good average across both cloud providers.

Change-Id: I94ac8ec06fb602f44c4e4898527e0fc6535cde92
This commit is contained in:
Adam Gandelman 2014-04-11 15:02:30 -07:00
parent 9d9f3ff881
commit 5360439a55

View File

@ -547,6 +547,7 @@
export DEVSTACK_GATE_NEUTRON=1
export DEVSTACK_GATE_VIRT_DRIVER=ironic
export DEVSTACK_GATE_SMOKE_SERIAL=1
export OS_TEST_TIMEOUT=1800
export BRANCH_OVERRIDE={branch-override}
if [ "$BRANCH_OVERRIDE" != "default" ] ; then
export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE