Home
last modified time | relevance | path

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

/tools/acloud/internal/lib/
Dutils_test.py60 @utils.RetryOnException(_IsValueError, num_retry)
Dutils.py114 def RetryOnException(retry_checker, max_retries, sleep_multiplier=0, function