Skip to content

Commit

Permalink
Merge pull request #3 from redhat-performance/broke
Browse files Browse the repository at this point in the history
Broke timeout on ssh
  • Loading branch information
dvalinrh authored Dec 6, 2023
2 parents 80c8e74 + 962ed6f commit 26e7cf4
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions reboot_measurement/reboot_measure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,15 +107,10 @@

- name: Simply reboot the system
reboot:
reboot_timeout: 240

- name: wait for ssh to come up
local_action: wait_for
host="{{ dyn_data.test_hostname }}"
port=22
state=started
delay=1
timeout=1200
reboot_timeout: 1800
connect_timeout: 10
post_reboot_delay: 30
test_command: whoami

- name: grab reboot end time
command: "date -u +%s"
Expand Down

0 comments on commit 26e7cf4

Please sign in to comment.