Bump ironic test timeout to 900

We're still failing occassionally; data tells us that when we get a slow
host, it's failing during boot on the last cleaning phase.

We have found that it's mostly userspace taking so long at boot, so
we're going down the path of making that faster.

Bump the timeout while we work on that.

Change-Id: I9287811d7cdc10e00b3e59c4e6adef8bbe233d2b
Related-Bug: #1393099
This commit is contained in:
Jim Rollenhagen 2015-12-17 06:09:54 -08:00
parent e883f77282
commit 729ce79860
1 changed files with 1 additions and 1 deletions

View File

@ -330,7 +330,7 @@ EOF
fi
if [[ "$DEVSTACK_GATE_VIRT_DRIVER" == "ironic" ]]; then
export TEMPEST_OS_TEST_TIMEOUT=600
export TEMPEST_OS_TEST_TIMEOUT=900
echo "VIRT_DRIVER=ironic" >>"$localrc_file"
echo "IRONIC_BAREMETAL_BASIC_OPS=True" >>"$localrc_file"
echo "IRONIC_VM_LOG_DIR=$BASE/$localrc_oldnew/ironic-bm-logs" >>"$localrc_file"