Searched defs:AU_RETRY_LIMIT (Results 1 - 1 of 1) sorted by relevance

/external/autotest/client/common_lib/cros/
H A Ddev_server.py86 AU_RETRY_LIMIT = 2 variable
2209 AU_RETRY_LIMIT objects since we only retry provision for several
2355 for au_attempt in range(AU_RETRY_LIMIT):
2452 if not is_au_success and au_attempt < AU_RETRY_LIMIT - 1:

Completed in 64 milliseconds