From 5f0b33f52e76e1b28332a6557c9265ed80c8f020 Mon Sep 17 00:00:00 2001 From: Mark Goddard Date: Fri, 11 Jan 2019 14:29:23 +0000 Subject: [PATCH] Bump CI post-run timeout to 2 hours We are seeing a number of POST_FAILURES in the periodic publishing jobs, with jobs timing out pushing images to Docker hub. Try bumping the post timeout to 2 hours. Change-Id: I69b5610b712560e2d617933e639e77041953e21c --- .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 78e2d5654b..c2fb9f9481 100644 --- a/.zuul.d/base.yaml +++ b/.zuul.d/base.yaml @@ -41,7 +41,7 @@ name: kolla-base parent: base timeout: 10200 - post-timeout: 4800 + post-timeout: 7200 pre-run: tests/playbooks/pre.yml run: tests/playbooks/run.yml post-run: tests/playbooks/post.yml