Skip to content

Commit

Permalink
Merging pull request 233
Browse files Browse the repository at this point in the history
Signed-off-by: Lukáš Doktor <ldoktor@redhat.com>

* github.com:distributed-system-analysis/run-perf:
  Keep the session open on reboot
  • Loading branch information
ldoktor committed May 17, 2023
2 parents cbbf5ab + b8607d1 commit ab28d5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runperf/machine.py
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@ def reboot(self):
self.log.debug(" Rebooting...")
with self.get_session_cont() as session:
session.sendline("reboot -f")
time.sleep(30)
time.sleep(30)
with self.get_session_cont(360):
# Just checking whether it's obtainable
pass
Expand Down

0 comments on commit ab28d5d

Please sign in to comment.