Home
last modified time | relevance | path

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

/hal_espressif-latest/tools/esptool_py/test/
Dtest_esptool.py75 self.wait_for_server_starts(attempts_count=5)
85 def wait_for_server_starts(self, attempts_count): argument
86 for attempt in range(attempts_count):
106 + (" Retrying . . ." if attempt < attempts_count - 1 else "")