Skip to content

Commit

Permalink
Reduce max-time value
Browse files Browse the repository at this point in the history
  • Loading branch information
lucperkins committed Jun 27, 2023
1 parent 8111788 commit 46f782e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ runs:
curl \
--connect-timeout 5 \
--max-time 900 \
--max-time 15 \
--retry 5 \
--retry-connrefused \
--proto '=https' \
Expand Down

0 comments on commit 46f782e

Please sign in to comment.