From 2ec478c6053f77e50f80ccfd0b9053a0a9f998af Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Thu, 30 May 2013 14:17:17 +0000 Subject: [PATCH] Increase python unittest timeout to 40 minutes. Similar to cd02e47, the python stable bitrot unittests (particularly python26) have been getting close to the test timeout and occasionally go over. Increase the test timeout by 10 minutes for a timeout of 40 minutes. These jobs run daily from a timed trigger so should not increase the runtime for changes in the qate. Change-Id: Ide580777c0fb062ebce3aa066d5647062009a5bd Reviewed-on: https://review.openstack.org/31060 Reviewed-by: Alan Pevec Reviewed-by: James E. Blair Approved: Monty Taylor Reviewed-by: Monty Taylor Tested-by: Jenkins --- .../config/python-bitrot-jobs.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/modules/openstack_project/files/jenkins_job_builder/config/python-bitrot-jobs.yaml b/modules/openstack_project/files/jenkins_job_builder/config/python-bitrot-jobs.yaml index 722fb7145e..57c5d3c9ce 100644 --- a/modules/openstack_project/files/jenkins_job_builder/config/python-bitrot-jobs.yaml +++ b/modules/openstack_project/files/jenkins_job_builder/config/python-bitrot-jobs.yaml @@ -1,6 +1,12 @@ - job-template: name: 'periodic-{name}-python26-{branch-name}' + wrappers: + - timeout: + timeout: 40 + fail: true + - timestamps + triggers: - timed: '0 6 * * *' @@ -33,6 +39,12 @@ - job-template: name: 'periodic-{name}-python27-{branch-name}' + wrappers: + - timeout: + timeout: 40 + fail: true + - timestamps + triggers: - timed: '0 6 * * *' @@ -65,6 +77,12 @@ - job-template: name: 'periodic-{name}-docs-{branch-name}' + wrappers: + - timeout: + timeout: 40 + fail: true + - timestamps + triggers: - timed: '0 6 * * *'