From e7606dbaabe7424b59886ef8c8e58ab80623d994 Mon Sep 17 00:00:00 2001 From: Mehdi Abaakouk Date: Thu, 20 Aug 2015 17:18:10 +0200 Subject: [PATCH] ceilometer: increase timeout of integration job The current timeout is too low, when the heat stack creation time fail the job timeout is reach before the test timeout. And we didn't get the devstack logs of failing tests. Change-Id: Id43ed15fb02559aaf043cc1c65237c96205f01ed --- jenkins/jobs/ceilometer.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jenkins/jobs/ceilometer.yaml b/jenkins/jobs/ceilometer.yaml index 46399ba7eb..1829e75061 100644 --- a/jenkins/jobs/ceilometer.yaml +++ b/jenkins/jobs/ceilometer.yaml @@ -144,7 +144,7 @@ wrappers: - build-timeout: - timeout: 75 + timeout: 125 - timestamps builders: @@ -155,7 +155,7 @@ #!/bin/bash -xe export PYTHONUNBUFFERED=true - export DEVSTACK_GATE_TIMEOUT=70 + export DEVSTACK_GATE_TIMEOUT=120 export DEVSTACK_GATE_HEAT=1 export DEVSTACK_GATE_NEUTRON=1 export DEVSTACK_GATE_TEMPEST=0