Increase gate tempest-dsvm-postgres-full timeout
* .../devstack-gate.yaml(gate-tempest-dsvm-postgres-full): Increase the timeout from 65 outer/60 inner to 95 outer/90 inner to accommodate increase in the job's runtime. The tempest devs are working to reign in the long runtime on this and other jobs, but in the meantime we're hitting the timeout frequently and need some short-term relief. Change-Id: I40eb88f2b8f75e7c01f81cb3ab504c39941f9f60
This commit is contained in:
parent
e3a116924a
commit
cb4a84366c
@ -545,7 +545,7 @@
|
||||
|
||||
wrappers:
|
||||
- timeout:
|
||||
timeout: 65
|
||||
timeout: 95
|
||||
fail: true
|
||||
- timestamps
|
||||
|
||||
@ -554,7 +554,7 @@
|
||||
- shell: |
|
||||
#!/bin/bash -xe
|
||||
export PYTHONUNBUFFERED=true
|
||||
export DEVSTACK_GATE_TIMEOUT=60
|
||||
export DEVSTACK_GATE_TIMEOUT=90
|
||||
export DEVSTACK_GATE_TEMPEST=1
|
||||
export DEVSTACK_GATE_TEMPEST_FULL=1
|
||||
export DEVSTACK_GATE_POSTGRES=1
|
||||
|
Loading…
x
Reference in New Issue
Block a user