From 32fc5cb2f0303f18a73aa0b52fd805d5778a1397 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.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.zuul.yaml b/.zuul.yaml index c9a09115fc..a6be742658 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -76,6 +76,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