mirror of
https://github.com/curl/curl.git
synced 2026-05-13 21:26:20 +03: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
1 changed files with 1 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue