Home | History | Annotate | Download | only in hosts

Lines Matching refs:reboot_timeout

103     # REBOOT_TIMEOUT: How long to wait for a reboot.
109 REBOOT_TIMEOUT = 480
589 self.reboot(timeout=self.REBOOT_TIMEOUT, wait=True)
781 self.reboot(timeout=self.REBOOT_TIMEOUT, wait=True)
830 self.reboot(timeout=self.REBOOT_TIMEOUT, wait=True)
1900 reboot_timeout = dargs.get('reboot_timeout', 10)
1903 'reboot -f' % reboot_timeout)
2262 if not self.wait_up(timeout=self.REBOOT_TIMEOUT):
2265 self.REBOOT_TIMEOUT)