mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-05-05 15:30:48 +00:00
increase uv timeout
This commit is contained in:
parent
1bcaae89b6
commit
502eed3a89
1 changed files with 1 additions and 1 deletions
|
|
@ -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',
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue