Skip to content

Commit 26e7cf4

Browse files
authored
Merge pull request #3 from redhat-performance/broke
Broke timeout on ssh
2 parents 80c8e74 + 962ed6f commit 26e7cf4

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

reboot_measurement/reboot_measure.yml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -107,15 +107,10 @@
107107

108108
- name: Simply reboot the system
109109
reboot:
110-
reboot_timeout: 240
111-
112-
- name: wait for ssh to come up
113-
local_action: wait_for
114-
host="{{ dyn_data.test_hostname }}"
115-
port=22
116-
state=started
117-
delay=1
118-
timeout=1200
110+
reboot_timeout: 1800
111+
connect_timeout: 10
112+
post_reboot_delay: 30
113+
test_command: whoami
119114

120115
- name: grab reboot end time
121116
command: "date -u +%s"

0 commit comments

Comments
 (0)