mirror of
https://github.com/curl/curl.git
synced 2025-01-06 13:44:52 +08:00
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:
parent
1c4813c769
commit
cc383ee237
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user