Skip to content

Commit 729ce79

Browse files
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
1 parent e883f77 commit 729ce79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devstack-vm-gate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ EOF
330330
fi
331331

332332
if [[ "$DEVSTACK_GATE_VIRT_DRIVER" == "ironic" ]]; then
333-
export TEMPEST_OS_TEST_TIMEOUT=600
333+
export TEMPEST_OS_TEST_TIMEOUT=900
334334
echo "VIRT_DRIVER=ironic" >>"$localrc_file"
335335
echo "IRONIC_BAREMETAL_BASIC_OPS=True" >>"$localrc_file"
336336
echo "IRONIC_VM_LOG_DIR=$BASE/$localrc_oldnew/ironic-bm-logs" >>"$localrc_file"

0 commit comments

Comments
 (0)