Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/test_actions/
Dapollo_acts.py297 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/
Dutils.py1065 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))