test: wait longer for reboot during ostree rollback test
Co-Authored-By: Xiaofeng Wang <henrywangxf@me.com>
This commit is contained in:
parent
22f23ec38e
commit
12cbae3891
2 changed files with 8 additions and 0 deletions
|
|
@ -468,6 +468,10 @@
|
|||
reboot:
|
||||
become: yes
|
||||
|
||||
- name: wait for connection to become reachable/usable
|
||||
wait_for_connection:
|
||||
delay: 30
|
||||
|
||||
- name: waits until instance is reachable
|
||||
wait_for:
|
||||
host: "{{ ansible_all_ipv4_addresses[0] }}"
|
||||
|
|
|
|||
|
|
@ -451,6 +451,10 @@
|
|||
reboot:
|
||||
become: yes
|
||||
|
||||
- name: wait for connection to become reachable/usable
|
||||
wait_for_connection:
|
||||
delay: 30
|
||||
|
||||
- name: waits until instance is reachable
|
||||
wait_for:
|
||||
host: "{{ ansible_all_ipv4_addresses[0] }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue