1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-11 14:25:57 +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:
Wez Furlong 2021-12-06 20:46:02 -07:00
parent d98a72f350
commit 0c4a320504

View File

@ -2,7 +2,7 @@
set -x
set -e
max_attempts=10
max_attempts=4
attempt=1
until "$@"