Searched refs:run_command_with_timeout (Results 1 – 2 of 2) sorted by relevance
29 … import check_hdc_cmd, check_hdc_targets, get_local_path, get_remote_path, run_command_with_timeout235 run_command_with_timeout("hdc wait", 60) # reboot takes up to 60 seconds359 run_command_with_timeout("hdc wait", 5)365 run_command_with_timeout("hdc wait", 5)
980 def run_command_with_timeout(command, timeout): function