github actions: set --max-time option for curl calls where it can hang for long time
This commit is contained in:
parent
9676810962
commit
88b2e3efd4
2
.github/workflows/packages.yml
vendored
2
.github/workflows/packages.yml
vendored
@ -248,6 +248,7 @@ jobs:
|
||||
--silent \
|
||||
--retry 2 \
|
||||
--retry-delay 3 \
|
||||
--max-time 300 \
|
||||
--user "${{ secrets.APTLY_API_AUTH }}" \
|
||||
--user-agent "Termux-Packages/1.0 (https://github.com/termux/termux-packages)" \
|
||||
--request POST \
|
||||
@ -279,6 +280,7 @@ jobs:
|
||||
--silent \
|
||||
--retry 2 \
|
||||
--retry-delay 3 \
|
||||
--max-time 300 \
|
||||
--user "${{ secrets.APTLY_API_AUTH }}" \
|
||||
--user-agent "Termux-Packages/1.0 (https://github.com/termux/termux-packages)" \
|
||||
--header 'Content-Type: application/json' \
|
||||
|
Loading…
Reference in New Issue
Block a user