Searched refs:test_timeout (Results 1 – 1 of 1) sorted by relevance
597 def androidtest_run(self, cmd, test_timeout=None): argument603 if not test_timeout:604 test_timeout = self.default_timeout611 test_result = self.adb(["shell"] + cmd, timeout=test_timeout,