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:
Jeremy Stanley 2014-01-10 22:49:17 +00:00
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