feat: bump the timeouts
This commit is contained in:
parent
f03a498408
commit
13f5594e03
1 changed files with 3 additions and 3 deletions
|
|
@ -21,7 +21,7 @@
|
||||||
delay: 10
|
delay: 10
|
||||||
failed_when: "running_guests.rc >= 2"
|
failed_when: "running_guests.rc >= 2"
|
||||||
register: "running_guests"
|
register: "running_guests"
|
||||||
retries: 30
|
retries: 60
|
||||||
until: "running_guests.stdout_lines | length == 0"
|
until: "running_guests.stdout_lines | length == 0"
|
||||||
|
|
||||||
# install node updates
|
# install node updates
|
||||||
|
|
@ -43,7 +43,7 @@
|
||||||
# initiate reboot
|
# initiate reboot
|
||||||
- name: "reboot host"
|
- name: "reboot host"
|
||||||
ansible.builtin.reboot:
|
ansible.builtin.reboot:
|
||||||
reboot_timeout: 300
|
reboot_timeout: 600
|
||||||
pre_reboot_delay: 5
|
pre_reboot_delay: 5
|
||||||
post_reboot_delay: 30
|
post_reboot_delay: 30
|
||||||
test_command: "uptime"
|
test_command: "uptime"
|
||||||
|
|
@ -63,5 +63,5 @@
|
||||||
- name: "calming down"
|
- name: "calming down"
|
||||||
become: false
|
become: false
|
||||||
ansible.builtin.wait_for:
|
ansible.builtin.wait_for:
|
||||||
timeout: 120
|
timeout: 180
|
||||||
delegate_to: "localhost"
|
delegate_to: "localhost"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue