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
This commit is contained in:
Jeffrey Zhang 2018-03-13 16:59:07 +08:00
parent ab97f3bb2a
commit 864965c400
1 changed files with 1 additions and 0 deletions

View File

@ -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