Searched refs:push_timeout (Results 1 – 1 of 1) sorted by relevance
693 def push_or_die(self, src_file_path, dst_file_path, push_timeout=300, overwrite_existing=True): argument704 … out = self.adb.push([src_file_path, dst_file_path], timeout=push_timeout).decode(UTF_8).rstrip()