Increase the timeout for check-tripleo-overcloud
The current timeout, is pretty much the same as the length of time the test takes, increasing it by 20 minutes ensures we don't timeout jobs just before they they are about to pass. There is a separate effort being kicked off to reduce the time it takes this test to run once successful we can reduce this timeout to something shorter. Change-Id: Id44c791ca7acf6086299c20074cdd649afa863a9
This commit is contained in:
parent
bc644fddeb
commit
20fc53a489
@ -82,7 +82,7 @@
|
||||
|
||||
wrappers:
|
||||
- timeout:
|
||||
timeout: 125
|
||||
timeout: 145
|
||||
fail: true
|
||||
- timestamps
|
||||
|
||||
@ -91,7 +91,7 @@
|
||||
- shell: |
|
||||
#!/bin/bash -xe
|
||||
export PYTHONUNBUFFERED=true
|
||||
export DEVSTACK_GATE_TIMEOUT=120
|
||||
export DEVSTACK_GATE_TIMEOUT=140
|
||||
export DEVSTACK_GATE_TEMPEST=0
|
||||
export DEVSTACK_GATE_EXERCISES=0
|
||||
export GEARDSERVER=192.168.1.48
|
||||
|
Loading…
x
Reference in New Issue
Block a user