Merge "Increase timeout for cinder-dsvm-apache job"

This commit is contained in:
Jenkins 2015-10-09 07:53:02 +00:00 committed by Gerrit Code Review
commit 69a4b62ad6

View File

@ -41,7 +41,7 @@
wrappers:
- build-timeout:
timeout: 65
timeout: 125
- timestamps
builders:
@ -51,7 +51,7 @@
- shell: |
#!/bin/bash -xe
export PYTHONUNBUFFERED=true
export DEVSTACK_GATE_TIMEOUT=60
export DEVSTACK_GATE_TIMEOUT=120
export DEVSTACK_GATE_TEMPEST=1
export DEVSTACK_GATE_TEMPEST_FULL=1
export DEVSTACK_LOCAL_CONFIG="CINDER_USE_MOD_WSGI=True"