We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc983e3 commit b28c17fCopy full SHA for b28c17f
.evergreen/mongosh_dl.py
@@ -42,7 +42,7 @@ def _get_latest_version():
42
url = "https://api.github.com/repos/mongodb-js/mongosh/releases"
43
req = urllib.request.Request(url, headers=headers)
44
try:
45
- resp = urllib.request.urlopen(req, context=SSL_CONTEXT, timeout=10)
+ resp = urllib.request.urlopen(req, context=SSL_CONTEXT, timeout=30)
46
except Exception:
47
return _get_latest_version_git()
48
0 commit comments