summaryrefslogtreecommitdiffstats
path: root/spinner.sh
diff options
context:
space:
mode:
Diffstat (limited to 'spinner.sh')
-rwxr-xr-xspinner.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/spinner.sh b/spinner.sh
index 7540548..cfe018d 100755
--- a/spinner.sh
+++ b/spinner.sh
@@ -20,7 +20,7 @@ PID=$!
spinner "${PID}" &
wait ${PID}
RC=$?
-sleep 0.75
+sleep 30
printf "\r"
cat /tmp/output
exit $RC