Searched refs:wait_with_backoff (Results 1 – 8 of 8) sorted by relevance
178 for _ in COOLDOWN_WAIT_RANGE.wait_with_backoff():208 for _ in COOLDOWN_WAIT_RANGE.wait_with_backoff():
292 for _ in helper.wait_with_backoff(timeout):314 for _ in helper.wait_with_backoff(timeout):336 for _ in helper.wait_with_backoff(timeout):
236 def wait_with_backoff( member in WaitRange250 def wait_with_backoff( function255 return wait_range.wait_with_backoff(platform)
115 for _, time_left in wait_range.wait_with_backoff():
96 min=2, timeout=self.MAX_STARTUP_TIMEOUT).wait_with_backoff():
191 for _ in helper.WaitRange(1, 30).wait_with_backoff():
72 min=0.01, max=0.05).wait_with_backoff():
200 for _ in helper.wait_with_backoff(timeout, self.platform):