Lines Matching refs:timeout
48 def check_host(host, timeout=10): argument
61 result = host.run('getprop ro.product.device', timeout=timeout)
111 def get_boot_id(self, timeout=60): argument
121 return self.run(cmd, timeout=timeout).stdout.strip()
132 def ssh_ping(self, timeout=60, base_cmd=''): argument
143 super(SonicHost, self).ssh_ping(timeout=timeout,
176 timeout = timeout_mins * 60
178 lambda: self.run(cmd, timeout=timeout/10),
179 timeout=timeout, sleep_interval=timeout/10)
188 def reboot(self, timeout=5): argument
199 self.wait_for_restart(timeout=timeout, old_boot_id=current_boot_id)
283 self.wait_for_restart(timeout=self.REBOOT_TIME,