mirror of
https://github.com/curl/curl.git
synced 2026-01-18 17:21:26 +01:00
GHA/checksrc: give more time for slow Azure servers [ci skip]
Sometimes 1 minutes is too short to install 39.4 kB of archives. Ref: https://github.com/curl/curl/actions/runs/19898949860/job/57036965452
This commit is contained in:
2
.github/workflows/checksrc.yml
vendored
2
.github/workflows/checksrc.yml
vendored
@@ -122,7 +122,7 @@ jobs:
|
||||
xmllint:
|
||||
name: 'xmllint'
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 1
|
||||
timeout-minutes: 3
|
||||
steps:
|
||||
- name: 'install prereqs'
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user