Home
last modified time | relevance | path

Searched refs:retry_count (Results 1 – 3 of 3) sorted by relevance

/tools/asuite/adevice/src/
Ddevice.rs283 let mut retry_count = 0; in run_process_with_retry_until_timeout() localVariable
285 while retry_count < max_retries { in run_process_with_retry_until_timeout()
290 retry_count += 1; in run_process_with_retry_until_timeout()
306 if retry_count > 1 { in run_process_with_retry_until_timeout()
307 let update_message = format!("retry attempt {} - {:?}", retry_count, cmd.to_string()); in run_process_with_retry_until_timeout()
/tools/test/connectivity/acts_tests/tests/google/net/
DDnsOverHttpsTest.py169 def _verify_tls_completed(self, retry_count=5): argument
180 for attempt in range(retry_count):
183 if attempt + 1 < retry_count:
/tools/acloud/internal/lib/
Dadb_tools.py242 retry_count = _MAX_RETRIES_ON_WAIT_ADB_GONE if retry else 0
245 max_retries=retry_count,