Gate: Increase timeouts for awating node to come back from reboot
This PS increases the timeout in waiting for the node to come back online following a reboot. Change-Id: I92d1e5b665006bf9693f56ad8272330c19e6ccfa
This commit is contained in:
parent
13852ceee4
commit
3d633fca7a
@ -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