From cc383ee237fd46bfd9b1c6ca3cb8ee2c51e80130 Mon Sep 17 00:00:00 2001 From: Orgad Shaneh Date: Wed, 22 May 2024 22:37:35 +0300 Subject: [PATCH] GHA: increase timeout for Cygwin autotools build tests step Apparently 10 minutes are not (always) enough: https://github.com/curl/curl/actions/runs/9197003907/job/25296439556#step:8:1936 Closes #13753 --- .github/workflows/windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index ade7968ab1..d010c9a2cd 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -94,7 +94,7 @@ jobs: - name: 'autotools build tests' if: ${{ matrix.build == 'automake' }} - timeout-minutes: 10 + timeout-minutes: 15 shell: C:\cygwin\bin\bash.exe '{0}' run: | make -C bld -j3 -C tests V=1