From d943e94975a65e68023fcde5bdd2c940f87c5b5e Mon Sep 17 00:00:00 2001 From: Jeffrey Zhang Date: Tue, 13 Mar 2018 16:59:07 +0800 Subject: [PATCH] Increase the post-timeout to 3600 seconds The default post-timeout is 1800, which is not enough to push images to hub.docker.com. Change-Id: If1e499c247f3eeb8452991cb18aea5b1fdad60a7 Closes-Bug: #1755416 (cherry picked from commit 864965c40044cab1e459e4f8692473940497be3f) --- .zuul.d/base.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.zuul.d/base.yaml b/.zuul.d/base.yaml index fa09343a47..2f2d2cd35f 100644 --- a/.zuul.d/base.yaml +++ b/.zuul.d/base.yaml @@ -41,6 +41,7 @@ name: kolla-base parent: base timeout: 10200 + post-timeout: 3600 pre-run: tests/playbooks/pre.yml run: tests/playbooks/run.yml post-run: tests/playbooks/post.yml