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
|
name: kolla-base
|
||||||
parent: base
|
parent: base
|
||||||
timeout: 10200
|
timeout: 10200
|
||||||
|
post-timeout: 3600
|
||||||
pre-run: tests/playbooks/pre.yml
|
pre-run: tests/playbooks/pre.yml
|
||||||
run: tests/playbooks/run.yml
|
run: tests/playbooks/run.yml
|
||||||
post-run: tests/playbooks/post.yml
|
post-run: tests/playbooks/post.yml
|
||||||
|
Loading…
x
Reference in New Issue
Block a user