Skip to content

Commit

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

- name: Simply reboot the system
reboot:
reboot_timeout: 1800
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

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

0 comments on commit 80c8e74

Please sign in to comment.