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:
parent
ab97f3bb2a
commit
864965c400
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user