mirror of
https://github.com/wez/wezterm.git
synced 2024-11-22 04:56:12 +03:00
ci: reduce retries
There's not a lot of benefit for trying more than 3 times, and we risk hitting API rate limits.
This commit is contained in:
parent
d98a72f350
commit
0c4a320504
@ -2,7 +2,7 @@
|
||||
set -x
|
||||
set -e
|
||||
|
||||
max_attempts=10
|
||||
max_attempts=4
|
||||
attempt=1
|
||||
|
||||
until "$@"
|
||||
|
Loading…
Reference in New Issue
Block a user