tests: cloudstack: wait longer for template to be ready (#52866)

This commit is contained in:
René Moser 2019-02-23 09:39:42 +01:00 committed by GitHub
parent 4ea96c151b
commit 00003cbb7b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@
- "{{ net.name }}"
register: instance
until: instance is success
retries: 10
retries: 20
delay: 5
- name: verify instance setup
assert:

View file

@ -27,7 +27,7 @@
- "{{ base_network.name }}"
register: instance
until: instance is success
retries: 10
retries: 20
delay: 5
- name: verify instance setup
assert: