Merge "Gate: Increase timeouts for awating node to come back from reboot"

This commit is contained in:
Zuul 2018-01-11 05:03:36 +00:00 committed by Gerrit Code Review
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