From a8559f4c55eaf52c40d169a4a28245b1fd3c4f57 Mon Sep 17 00:00:00 2001 From: Alex Strick van Linschoten Date: Fri, 5 Apr 2024 21:25:36 +0200 Subject: [PATCH] add uv http timeout --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1a3de75..6c00205 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,6 +47,7 @@ jobs: ZENML_LOGGING_VERBOSITY: INFO # fork fix for macos OBJC_DISABLE_INITIALIZE_FORK_SAFETY: YES + UV_HTTP_TIMEOUT: '1500' steps: - name: Check out repository code uses: actions/checkout@v3