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.py30 … import check_hdc_cmd, check_hdc_targets, get_local_path, get_remote_path, run_command_with_timeout
265 run_command_with_timeout(f"{GP.hdc_head} wait", 30) # reboot takes up to 30 seconds
267 run_command_with_timeout(f"{GP.hdc_head} wait", 30) # reboot takes up to 30 seconds
305 run_command_with_timeout(f"{GP.hdc_head} wait", 3) # wait 3s for the device to connect channel
307 run_command_with_timeout(f"{GP.hdc_head} wait", 3) # wait 3s for the device to connect channel
310 run_command_with_timeout(f"{GP.hdc_head} wait", 3) # wait 3s for the device to connect channel
312 run_command_with_timeout(f"{GP.hdc_head} wait", 3) # wait 3s for the device to connect channel
324 run_command_with_timeout(f"{GP.hdc_head} wait", 3) # wait 3s for the device to connect channel
326 run_command_with_timeout(f"{GP.hdc_head} wait", 3) # wait 3s for the device to connect channel
452 run_command_with_timeout(f"{GP.hdc_head} wait", 3) # wait 3s for the device to connect channel
[all …]
Ddev_hdc_test.py1044 def run_command_with_timeout(command, timeout): function