Home
last modified time | relevance | path

Searched refs:run_command_with_timeout (Results 1 – 2 of 2) sorted by relevance

/developtools/hdc/scripts/
Dhdc_normal_test.py29 … import check_hdc_cmd, check_hdc_targets, get_local_path, get_remote_path, run_command_with_timeout
235 run_command_with_timeout("hdc wait", 60) # reboot takes up to 60 seconds
359 run_command_with_timeout("hdc wait", 5)
365 run_command_with_timeout("hdc wait", 5)
Ddev_hdc_test.py980 def run_command_with_timeout(command, timeout): function