Searched refs:timeout_secs (Results 1 – 4 of 4) sorted by relevance
975 def waitForFrameworkStartComplete(self, timeout_secs=WAIT_TIMEOUT_SEC): argument988 if not self.waitForBootCompletion(timeout_secs):992 if time.time() - start >= timeout_secs:1028 def waitForProcessStop(self, process_names, timeout_secs=WAIT_TIMEOUT_SEC): argument1042 if time.time() - start >= timeout_secs:
234 def WaitForDevice(self, timeout_secs=600): argument244 return self.device.waitForBootCompletion(timeout=timeout_secs)
152 if self._device_client.Cmd(cmd, timeout_secs=30):