From 7a47023343963e1dca6a7e01e9ace70e5e90cd40 Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Thu, 13 Jul 2017 13:24:42 +0100 Subject: [PATCH] Increase job timeout for openstack-ansible With the demise of OSIC the openstack-ansible integrated build is now being done more often on much slower nodepool providers. Also, recent work to implement rolling upgrades have changed the way the initial deployment is done and made it slower than before. Unfortunately these two elements are now putting us in the position where we're failing due to a timeout more often than not, which is stalling development. This patch therefore increases the timeout by 30 mins. Change-Id: I9075f06dc2e881dbc8642ada3f323edd522b9fae --- jenkins/jobs/openstack-ansible-jobs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins/jobs/openstack-ansible-jobs.yaml b/jenkins/jobs/openstack-ansible-jobs.yaml index 6b8aa0cafe..9a1f66b232 100644 --- a/jenkins/jobs/openstack-ansible-jobs.yaml +++ b/jenkins/jobs/openstack-ansible-jobs.yaml @@ -4,7 +4,7 @@ wrappers: - build-timeout: - timeout: 90 + timeout: 120 - timestamps builders: