From 9698844062cf55a02cf5e3e9267b31d032b6dd3e Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Thu, 5 Sep 2013 08:56:37 -0400 Subject: [PATCH] up python 26 jobs to 60 minute time outs neutron 26 jobs are actually regularly hitting the 40 minute timeout on unit tests, as their actual unit tests take ~32 minutes and there is current a performance issue on subunit report processing that makes it take ~9 minutes (on 27, 26 might be slower still). This means that completely passing unit test runs are reseting the gate due to a timeout limit. 60 minutes should be sufficient to get us past this issue, and let us figure out the subunit performance issue. However given neutron unit test growth, 40 minutes is probably too low anyway. Change-Id: If4bb799d9b6fe8815280aca9f28fee8a65a477c6 --- .../files/jenkins_job_builder/config/python-jobs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 620d7edbd1..a12e42b0c0 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: 40 + timeout: 60 fail: true - timestamps