From 451d0fc023c9a167364cfa15cead808f74d9ac67 Mon Sep 17 00:00:00 2001 From: Mark Goddard Date: Fri, 7 Sep 2018 11:44:59 +0100 Subject: [PATCH] Increase CI image publish job to 1.5 hours Currently the job is timing out, and we do not have all Rocky images published. Change-Id: I5126dd27ae767c5965b9fdd3f079c7f1bc3034a4 --- .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 55f99ed96f..78e2d5654b 100644 --- a/.zuul.d/base.yaml +++ b/.zuul.d/base.yaml @@ -41,7 +41,7 @@ name: kolla-base parent: base timeout: 10200 - post-timeout: 3600 + post-timeout: 4800 pre-run: tests/playbooks/pre.yml run: tests/playbooks/run.yml post-run: tests/playbooks/post.yml