Sleep 1 second

This commit is contained in:
Thomas E Lackey 2022-10-26 14:17:45 -05:00
parent de83fb78fe
commit 0d118cdee4

View File

@ -27,7 +27,7 @@ function inc_status() {
echo -n "Waiting for ${STATUSES[$STATUS]}..."
while [ $STATUS -lt ${#STATUSES[@]} ]; do
sleep 2
sleep 1
echo -n "."
case $STATUS in
0)