Skip to content

Commit 99f80cd

Browse files
authored
Increase UV_HTTP_TIMEOUT to 300...
1 parent 383dfae commit 99f80cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/build-node-python/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ runs:
271271
RUN_PYTHON_LINT: ${{ inputs.run_python_lint }}
272272
RUN_PYTHON_TEST: ${{ inputs.run_python_test }}
273273
RUN_PYTHON_BUILD: ${{ inputs.run_python_build }}
274-
UV_HTTP_TIMEOUT: 90 # https://docs.astral.sh/uv/reference/environment/#uv_http_timeout
274+
UV_HTTP_TIMEOUT: 300 # https://docs.astral.sh/uv/reference/environment/#uv_http_timeout
275275
# Node
276276
- name: Save yarn cache
277277
uses: actions/cache/save@v4

.github/workflows/build-docker-artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ jobs:
235235
DATAVISYN_PYTHON_BASE_IMAGE=${{ env.DATAVISYN_PYTHON_BASE_IMAGE }}
236236
NODE_BASE_IMAGE=${{ env.NODE_BASE_IMAGE }}
237237
DATAVISYN_NGINX_BASE_IMAGE=${{ env.DATAVISYN_NGINX_BASE_IMAGE }}
238-
UV_HTTP_TIMEOUT=90
238+
UV_HTTP_TIMEOUT=300
239239
${{ matrix.component.formatted_build_args }}
240240
secrets:
241241
# Mount the token as secret mount: https://docs.docker.com/build/ci/github-actions/secrets/#secret-mounts

0 commit comments

Comments
 (0)