Merge "Increase reboot timeout to 30min"

This commit is contained in:
Zuul 2020-01-20 17:55:39 +00:00 committed by Gerrit Code Review
commit f5351055e8
1 changed files with 2 additions and 2 deletions

View File

@ -41,5 +41,5 @@
- name: waiting for the undercloud to be ssh-able
wait_for_connection:
connect_timeout: 5
sleep: 3
timeout: 900
sleep: 5
timeout: 1800