From f1fd5d9848bf9af409925d4c99641786e49c6045 Mon Sep 17 00:00:00 2001 From: Bradley Sepos Date: Mon, 7 May 2018 17:11:22 -0400 Subject: [PATCH] scripts: Make mac-toolchain-build dot crawl print only every 15 seconds. --- scripts/mac-toolchain-build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/mac-toolchain-build b/scripts/mac-toolchain-build index 9755decf7..ac93bf2c5 100755 --- a/scripts/mac-toolchain-build +++ b/scripts/mac-toolchain-build @@ -5,7 +5,7 @@ function display_progress { local str="" while [ "$(ps a | awk '{print $1}' | grep ${1})" ]; do printf "%c" "$str" - sleep 5 + sleep 15 str="." done } -- 2.40.0