test: wait longer for reboot during ostree rollback test

Co-Authored-By: Xiaofeng Wang <henrywangxf@me.com>
This commit is contained in:
Achilleas Koutsou 2022-02-16 13:38:52 +01:00 committed by Tom Gundersen
parent 22f23ec38e
commit 12cbae3891
2 changed files with 8 additions and 0 deletions

View file

@ -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] }}"

View file

@ -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] }}"