Skip to content

Commit

Permalink
update: num of loops
Browse files Browse the repository at this point in the history
  • Loading branch information
codekow committed Oct 28, 2024
1 parent e31bb30 commit 4bcd24a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/library/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ until_true(){
}

retry(){
local attempts=20
local attempts=30
local delay=20

echo "Running:" "${@}"
Expand Down

0 comments on commit 4bcd24a

Please sign in to comment.