increase uv timeout

This commit is contained in:
Wendong-Fan 2025-12-02 22:33:58 +08:00
parent 1bcaae89b6
commit 502eed3a89

View file

@ -154,7 +154,7 @@ export function getUvEnv(version: string): Record<string, string> {
UV_PYTHON_INSTALL_DIR: getCachePath('uv_python'),
UV_TOOL_DIR: getCachePath('uv_tool'),
UV_PROJECT_ENVIRONMENT: getVenvPath(version),
UV_HTTP_TIMEOUT: '180',
UV_HTTP_TIMEOUT: '300',
}
}