sleep to avoid call timeout

This commit is contained in:
Heavybullets8 2022-08-04 19:07:33 -06:00
parent c83354d1a5
commit cad29364a5

View File

@ -32,6 +32,7 @@ do
((proc_count++))
((it++))
done
sleep 3
elif [[ $proc_count != 0 ]]; then # Wait for all processes to finish
sleep 3
else # All processes must be completed, break out of loop