Bump timeout for ironic-inspector job to usual 2 hours

This job needs to build its ramdisk for source, which makes it much
slower than I originally expected, due to how slow mirrors are sometimes.

This change brings it in sync with other ironic jobs.

Change-Id: Ibd5b9437189ae9409ce47e776db636d7f7b81bc4
This commit is contained in:
Dmitry Tantsur 2015-08-20 14:45:17 +02:00
parent 50c1386a9d
commit 87a282a7d7

View File

@ -91,7 +91,7 @@
- shell: |
#!/bin/bash -xe
export PYTHONUNBUFFERED=true
export DEVSTACK_GATE_TIMEOUT=60
export DEVSTACK_GATE_TIMEOUT=120
export DEVSTACK_GATE_TEMPEST=0
export DEVSTACK_GATE_IRONIC=1
export DEVSTACK_GATE_NEUTRON=1
@ -134,7 +134,7 @@
- shell: |
#!/bin/bash -xe
export PYTHONUNBUFFERED=true
export DEVSTACK_GATE_TIMEOUT=60
export DEVSTACK_GATE_TIMEOUT=120
export DEVSTACK_GATE_TEMPEST=0
export DEVSTACK_GATE_IRONIC=1
export DEVSTACK_GATE_NEUTRON=1