Merge "Increase trove gate job timeout"

This commit is contained in:
Jenkins 2015-03-18 19:46:00 +00:00 committed by Gerrit Code Review
commit 36b0f16ebf

View File

@ -33,7 +33,7 @@
wrappers:
- build-timeout:
timeout: 95
timeout: 105
- timestamps
builders:
@ -43,7 +43,7 @@
- shell: |
#!/bin/bash -xe
export PYTHONUNBUFFERED=true
export DEVSTACK_GATE_TIMEOUT=90
export DEVSTACK_GATE_TIMEOUT=100
export ENABLED_SERVICES=tempest,s-proxy,s-object,s-container,s-account,trove,tr-api,tr-tmgr,tr-cond
export PROJECTS="openstack/trove-integration openstack/diskimage-builder openstack/tripleo-image-elements $PROJECTS"