Increase container-publish timeout
The magnum-container-publish job first has to run the container-build job, so it doesn't make sense for the publish job timeout to be shorter than the build job timeout. Change-Id: I7f8b1b91eba733ecda01dc385c594d04f238a30bchanges/67/744667/2
parent
37c216543c
commit
79c4b72f6e
|
@ -280,7 +280,7 @@
|
|||
post-run: playbooks/container-publish.yaml
|
||||
secrets:
|
||||
- magnum_docker_login
|
||||
timeout: 1200
|
||||
timeout: 2400
|
||||
|
||||
- project:
|
||||
templates:
|
||||
|
|
Loading…
Reference in New Issue