From 6c40ea1993fdfc349b9f69f22f2f39695a31924f Mon Sep 17 00:00:00 2001 From: Jens Harbott Date: Thu, 4 Apr 2019 13:59:43 +0000 Subject: [PATCH] Adapt job timeouts There were some integration tests running into timeouts while they were almost finished, so let us increase the timeout for them from 1h to 90mins. The openstack-chef-delivery job otoh takes only a couple of minutes usually, so reduce the timeout from 45min to 30min. Change-Id: I11601843293d1e0c04b4fafb8019261f20cb50ff (cherry picked from commit 141190bc661d1b88a2e9cac07490d0a1869c6895) --- .zuul.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 1b40e0c..7d3e317 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -5,7 +5,7 @@ required-projects: openstack/openstack-chef pre-run: playbooks/pre.yaml run: playbooks/delivery.yaml - timeout: 2700 + timeout: 1800 - job: name: openstack-chef-integration-bionic @@ -16,7 +16,7 @@ pre-run: playbooks/pre.yaml run: playbooks/integration.yaml post-run: playbooks/post.yaml - timeout: 3600 + timeout: 5400 - job: name: openstack-chef-integration-xenial