From 729ce7986050f377f3e6ff697725057dd525c5a9 Mon Sep 17 00:00:00 2001 From: Jim Rollenhagen Date: Thu, 17 Dec 2015 06:09:54 -0800 Subject: [PATCH] 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 --- devstack-vm-gate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-vm-gate.sh b/devstack-vm-gate.sh index a750207e..746eec68 100755 --- a/devstack-vm-gate.sh +++ b/devstack-vm-gate.sh @@ -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"