File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
actions/build-node-python Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments