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
This commit is contained in:
Orgad Shaneh 2024-05-22 22:37:35 +03:00 committed by Viktor Szakats
parent 1c4813c769
commit cc383ee237
No known key found for this signature in database
GPG Key ID: B5ABD165E2AEF201

View 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