From 808441b7ae07e5712b8fde23642ff0b75cb9f6c2 Mon Sep 17 00:00:00 2001 From: Kevin Benton Date: Thu, 20 Mar 2014 00:51:46 -0700 Subject: [PATCH] Increase timeout for py26/27 unit tests The current trunk of neutron already runs very close to the time limit so now jobs fail due to timeout sporadically. This increases the limit by 10 minutes to mitigate the problem until the unit tests can be deduplicated. Change-Id: I86f088035819ec454c418ac3f9a9478a255156b1 Closes-Bug: #1294715 --- .../files/jenkins_job_builder/config/python-jobs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/openstack_project/files/jenkins_job_builder/config/python-jobs.yaml b/modules/openstack_project/files/jenkins_job_builder/config/python-jobs.yaml index ac87022fe4..d42c0fd5c5 100644 --- a/modules/openstack_project/files/jenkins_job_builder/config/python-jobs.yaml +++ b/modules/openstack_project/files/jenkins_job_builder/config/python-jobs.yaml @@ -55,7 +55,7 @@ wrappers: - timeout: - timeout: 60 + timeout: 70 fail: true - timestamps @@ -77,7 +77,7 @@ wrappers: - timeout: - timeout: 40 + timeout: 50 fail: true - timestamps