Searched refs:attempts_count (Results 1 – 1 of 1) sorted by relevance
75 self.wait_for_server_starts(attempts_count=5)85 def wait_for_server_starts(self, attempts_count): argument86 for attempt in range(attempts_count):106 + (" Retrying . . ." if attempt < attempts_count - 1 else "")