Skip to content

Commit ddcf07d

Browse files
authored
Update idf_tools.py
1 parent f873ee3 commit ddcf07d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/idf_tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ class WindowsError(OSError): # type: ignore
101101
VERSION_REGEX_REPLACE_DEFAULT = r'\1'
102102
IDF_MAINTAINER = os.environ.get('IDF_MAINTAINER') or False
103103
TODO_MESSAGE = 'TODO'
104-
DOWNLOAD_RETRY_COUNT = 3
104+
DOWNLOAD_RETRY_COUNT = 5
105105
URL_PREFIX_MAP_SEPARATOR = ','
106106
IDF_TOOLS_INSTALL_CMD = os.environ.get('IDF_TOOLS_INSTALL_CMD')
107107
IDF_TOOLS_EXPORT_CMD = os.environ.get('IDF_TOOLS_INSTALL_CMD')

0 commit comments

Comments
 (0)