From ed8a7b7b89d9c6ecf5f91da819bea9da2cb3ac74 Mon Sep 17 00:00:00 2001 From: Mark Goddard Date: Wed, 19 Sep 2018 10:54:51 +0100 Subject: [PATCH] Increase CI job timeout to 2 hours If there is a change to kolla then images are built, which can push the job over the existing 1.5 hour timeout. These jobs are also used in the kolla CI. Change-Id: I88a28745cf834376163ced36984c317fce831346 --- zuul.d/base.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zuul.d/base.yaml b/zuul.d/base.yaml index d0ad75a6a3..9c1d0ecb5a 100644 --- a/zuul.d/base.yaml +++ b/zuul.d/base.yaml @@ -5,7 +5,7 @@ run: tests/run.yml post-run: tests/post.yml attempts: 1 - timeout: 5400 + timeout: 7200 required-projects: - openstack/kolla - openstack/requirements