We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f873ee3 commit ddcf07dCopy full SHA for ddcf07d
tools/idf_tools.py
@@ -101,7 +101,7 @@ class WindowsError(OSError): # type: ignore
101
VERSION_REGEX_REPLACE_DEFAULT = r'\1'
102
IDF_MAINTAINER = os.environ.get('IDF_MAINTAINER') or False
103
TODO_MESSAGE = 'TODO'
104
-DOWNLOAD_RETRY_COUNT = 3
+DOWNLOAD_RETRY_COUNT = 5
105
URL_PREFIX_MAP_SEPARATOR = ','
106
IDF_TOOLS_INSTALL_CMD = os.environ.get('IDF_TOOLS_INSTALL_CMD')
107
IDF_TOOLS_EXPORT_CMD = os.environ.get('IDF_TOOLS_INSTALL_CMD')
0 commit comments