Home
last modified time | relevance | path

Searched defs:max_retries (Results 1 – 2 of 2) sorted by relevance

/tools/acloud/internal/lib/
Dutils.py182 max_retries, argument
214 def Retry(retry_checker, max_retries, functor, sleep_multiplier, argument
258 def RetryExceptionType(exception_types, max_retries, functor, *args, **kwargs): argument
/tools/asuite/adevice/src/
Ddevice.rs282 let max_retries = 5; in run_process_with_retry_until_timeout() localVariable