From c69080f388538b702bad07fee652fbde705f9336 Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Wed, 27 Mar 2019 16:01:06 +0000 Subject: [PATCH] Extend AIO build timeout to 2.5hrs To help us get the rest of the python build simplification work merged before we're able to remove the legacy parts, we extend the timeout to the maximum allowed for the check and gate pipelines in OpenStack-CI. Change-Id: I976a7e242bcc18f77ce2ec88edcb43fb96f66c98 --- zuul.d/jobs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index b1b822b88a..12246c8f03 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -24,7 +24,7 @@ - name: openstack/openstack-ansible run: zuul.d/playbooks/run.yml post-run: zuul.d/playbooks/post.yml - timeout: 8400 + timeout: 9000 irrelevant-files: - ^\.git.* - ^.*\.(example|md|rst)$