lower app limit for test

This commit is contained in:
Heavybullets8 2022-07-24 23:35:03 -06:00
parent 9000d47a18
commit c347a7c5f8

View File

@ -6,7 +6,7 @@ mapfile -t array < <(cli -m csv -c 'app chart_release query name,update_availabl
[[ -z $timeout ]] && echo -e "\nDefault Timeout: 500" && timeout=500 || echo -e "\nCustom Timeout: $timeout"
[[ "$timeout" -le 120 ]] && echo "Warning: Your timeout is set low and may lead to premature rollbacks or skips"
update_limit=5
update_limit=2
count=0
for i in "${array[@]}"
do