diff --git a/crates/uv-python/fetch-download-metadata.py b/crates/uv-python/fetch-download-metadata.py index f3976ee5f..0b5d9caec 100755 --- a/crates/uv-python/fetch-download-metadata.py +++ b/crates/uv-python/fetch-download-metadata.py @@ -729,7 +729,7 @@ async def find() -> None: } if token: headers["Authorization"] = "Bearer " + token - client = httpx.AsyncClient(follow_redirects=True, headers=headers, timeout=15) + client = httpx.AsyncClient(follow_redirects=True, headers=headers, timeout=60) finders = [ CPythonFinder(client),