Skip to content

Commit

Permalink
refactor: 💡 Extend sleep time for retry
Browse files Browse the repository at this point in the history
  • Loading branch information
abcfy2 committed Feb 22, 2023
1 parent 18cdcd6 commit b0b9330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ retry() {
# max retry 5 times
try=5
# sleep 3s every retry
sleep_time=3
sleep_time=30
for i in $(seq ${try}); do
echo "executing with retry: $@" >&2
if eval "$@"; then
Expand Down

0 comments on commit b0b9330

Please sign in to comment.