mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-03 12:44:22 -07:00
tests: cloudstack: wait longer for template to be ready (#52866)
This commit is contained in:
parent
4ea96c151b
commit
00003cbb7b
2 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@
|
||||||
- "{{ net.name }}"
|
- "{{ net.name }}"
|
||||||
register: instance
|
register: instance
|
||||||
until: instance is success
|
until: instance is success
|
||||||
retries: 10
|
retries: 20
|
||||||
delay: 5
|
delay: 5
|
||||||
- name: verify instance setup
|
- name: verify instance setup
|
||||||
assert:
|
assert:
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
- "{{ base_network.name }}"
|
- "{{ base_network.name }}"
|
||||||
register: instance
|
register: instance
|
||||||
until: instance is success
|
until: instance is success
|
||||||
retries: 10
|
retries: 20
|
||||||
delay: 5
|
delay: 5
|
||||||
- name: verify instance setup
|
- name: verify instance setup
|
||||||
assert:
|
assert:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue