Searched refs:retry_count (Results 1 – 3 of 3) sorted by relevance
283 let mut retry_count = 0; in run_process_with_retry_until_timeout() localVariable285 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()
169 def _verify_tls_completed(self, retry_count=5): argument180 for attempt in range(retry_count):183 if attempt + 1 < retry_count:
242 retry_count = _MAX_RETRIES_ON_WAIT_ADB_GONE if retry else 0245 max_retries=retry_count,