]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
GHA: increase timeout for Cygwin autotools build tests step
authorOrgad Shaneh <orgad.shaneh@audiocodes.com>
Wed, 22 May 2024 19:37:35 +0000 (22:37 +0300)
committerViktor Szakats <commit@vsz.me>
Thu, 23 May 2024 11:29:47 +0000 (13:29 +0200)
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

index ade7968ab187c84becf54cfcc94ebebf21c71292..d010c9a2cda4aec15fcaf6d53adc8240b2af6085 100644 (file)
@@ -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