new race test
This commit is contained in:
parent
0323ba526e
commit
59bd4c18bd
@ -29,17 +29,17 @@ do
|
||||
until [[ "$proc_count" -ge "$update_limit" || $it -ge ${#array[@]} ]]
|
||||
do
|
||||
update_apps "${array[$it]}" &
|
||||
sleep 3
|
||||
sleep 1
|
||||
processes+=($!)
|
||||
((it++))
|
||||
((proc_count++))
|
||||
done
|
||||
((ttl++))
|
||||
# if [[ $ttl -eq 1 ]]; then
|
||||
# sleep 20
|
||||
# else
|
||||
# sleep 6
|
||||
# fi
|
||||
if [[ $ttl -eq 1 ]]; then
|
||||
sleep 20
|
||||
else
|
||||
sleep 6
|
||||
fi
|
||||
elif [[ $proc_count != 0 ]]; then # Wait for all processes to finish
|
||||
sleep 6
|
||||
else # All processes must be completed, break out of loop
|
||||
|
Loading…
Reference in New Issue
Block a user