From 53f14206d155d4c48e55799cd60c93ecfe765144 Mon Sep 17 00:00:00 2001 From: Juliusz Sosinowicz Date: Tue, 10 Oct 2023 14:36:00 +0200 Subject: [PATCH] Increase curl timeout --- .github/workflows/curl.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/curl.yml b/.github/workflows/curl.yml index 009deb599..5f1612ed5 100644 --- a/.github/workflows/curl.yml +++ b/.github/workflows/curl.yml @@ -7,7 +7,7 @@ jobs: build-and-test: runs-on: ubuntu-latest # This should be a safe limit for the tests to run. - timeout-minutes: 14 + timeout-minutes: 25 steps: - name: Install test dependencies run: |