mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
tests: cloudstack: wait longer for template to be ready (#52866)
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
- "{{ net.name }}"
|
||||
register: instance
|
||||
until: instance is success
|
||||
retries: 10
|
||||
retries: 20
|
||||
delay: 5
|
||||
- name: verify instance setup
|
||||
assert:
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
- "{{ base_network.name }}"
|
||||
register: instance
|
||||
until: instance is success
|
||||
retries: 10
|
||||
retries: 20
|
||||
delay: 5
|
||||
- name: verify instance setup
|
||||
assert:
|
||||
|
||||
Reference in New Issue
Block a user