Searched refs:timeout_s (Results 1 – 2 of 2) sorted by relevance
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/test_actions/ |
D | apollo_acts.py | 297 timeout_s=40, 307 timeout_s=40, 317 timeout_s=40, 326 timeout_s=40, 339 timeout_s=40,
|
/tools/test/connectivity/acts/framework/acts/ |
D | utils.py | 1065 def wait_until(func, timeout_s, condition=True, sleep_s=1.0): argument 1083 end_time = start_time + timeout_s 1093 'attempted %d times.' % (str(func), timeout_s, count))
|