Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/devil/devil/utils/
Dtimeout_retry.py117 def _LogLastException(thread_name, attempt, max_attempts, log_func): argument
/external/chromium-trace/catapult/third_party/pipeline/pipeline/
Dmodels.py82 max_attempts = db.IntegerProperty(default=1, indexed=False) variable in _PipelineRecord