Home | History | Annotate | Download | only in hosts

Lines Matching refs:REBOOT_TIMEOUT

112     # REBOOT_TIMEOUT: How long to wait for a reboot.
118 REBOOT_TIMEOUT = 480
518 self.reboot(timeout=self.REBOOT_TIMEOUT, wait=True)
871 self.reboot(timeout=self.REBOOT_TIMEOUT, wait=True)
932 self.reboot(timeout=self.REBOOT_TIMEOUT, wait=True)
1390 reboot_timeout = dargs.get('reboot_timeout', 10)
1393 'reboot -f' % reboot_timeout)
1758 if not self.wait_up(timeout=self.REBOOT_TIMEOUT):
1761 self.REBOOT_TIMEOUT)