Home | History | Annotate | Download | only in testrunner

Lines Matching refs:timeout_time

54   def SendCommand(self, command_string, timeout_time=20, retry_count=3):
59 timeout_time: number of seconds to wait for command to respond before
71 return run_command.RunCommand(adb_cmd, timeout_time=timeout_time,
74 def SendShellCommand(self, cmd, timeout_time=20, retry_count=3):
79 timeout_time: number of seconds to wait for command to respond before
90 return self.SendCommand("shell %s" % cmd, timeout_time=timeout_time,
99 bug_output = self.SendShellCommand("bugreport", timeout_time=60)
111 self.SendCommand("push %s %s" % (src, dest), timeout_time=60)
128 self.SendCommand("pull %s %s" % (src, dest), timeout_time=60)
177 self, package_name, runner_name, timeout_time=60*10,
185 return self.StartInstrumentation(instrumentation_path, timeout_time=timeout_time,
190 self, instrumentation_path, timeout_time=60*10, no_window_animation=False,
204 timeout_time: Timeout value for the am command.
235 self.SendShellCommand(command_string, timeout_time=timeout_time,