Searched refs:timeout_secs (Results 1 – 3 of 3) sorted by relevance
998 def waitForFrameworkStartComplete(self, timeout_secs=WAIT_TIMEOUT_SEC): argument1011 if not self.waitForBootCompletion(timeout_secs):1015 if time.time() - start >= timeout_secs:1051 def waitForProcessStop(self, process_names, timeout_secs=WAIT_TIMEOUT_SEC): argument1065 if time.time() - start >= timeout_secs:
152 if self._device_client.Cmd(cmd, timeout_secs=30):