From: Orgad Shaneh Date: Wed, 22 May 2024 19:37:35 +0000 (+0300) Subject: GHA: increase timeout for Cygwin autotools build tests step X-Git-Tag: curl-8_9_0~412 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc383ee237fd46bfd9b1c6ca3cb8ee2c51e80130;p=thirdparty%2Fcurl.git 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 --- 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