Increase trove gate job timeout
Increase timeout for trove gate job, gate-trove-functional-dsvm from 95 to 105 minutes and the corresponding devstack timeout to 100 minutes. New code added for Kilo has increased the time required for some of the tests and we are falling just under the threshold. Change-Id: Ic63bb635785719a19deae0d43cae78e39731e3a3
This commit is contained in:
parent
5e66767e42
commit
dc2bd188fc
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user