Merge "Gate: Increase timeouts for awating node to come back from reboot"
This commit is contained in:
commit
1cbc437c82
@ -36,7 +36,7 @@
|
||||
host: '{{ hostvars[item].ansible_host }}'
|
||||
port: 22
|
||||
state: started
|
||||
delay: 30
|
||||
timeout: 120
|
||||
delay: 60
|
||||
timeout: 240
|
||||
with_items: '{{ play_hosts }}'
|
||||
connection: local
|
||||
|
Loading…
x
Reference in New Issue
Block a user