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:
parent
71d30a77cd
commit
90f2b82c92
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user