Increase delay and retries for lxc cache download

This may increase run time, but thats better than having to re-run, esp
in the gate.

Related: #449
This commit is contained in:
Hugh Saunders 2014-10-30 13:22:00 +00:00
parent 71d30a77cd
commit 90f2b82c92

View File

@ -21,7 +21,8 @@
register: cache_download
async: 600
poll: 15
retries: 3
retries: 10
delay: 120
until: cache_download|success
- name: Move lxc cached image into place