Skip to content

Commit b28c17f

Browse files
Update .evergreen/mongosh_dl.py
Co-authored-by: Ezra Chung <88335979+eramongodb@users.noreply.github.com>
1 parent bc983e3 commit b28c17f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/mongosh_dl.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def _get_latest_version():
4242
url = "https://api.github.com/repos/mongodb-js/mongosh/releases"
4343
req = urllib.request.Request(url, headers=headers)
4444
try:
45-
resp = urllib.request.urlopen(req, context=SSL_CONTEXT, timeout=10)
45+
resp = urllib.request.urlopen(req, context=SSL_CONTEXT, timeout=30)
4646
except Exception:
4747
return _get_latest_version_git()
4848

0 commit comments

Comments
 (0)