From 2ac22a6b49a5751943173e0c3abf017adfdb9bba Mon Sep 17 00:00:00 2001 From: Dan White Date: Wed, 4 Mar 2015 15:17:17 -0600 Subject: [PATCH] update sleep time --- cleanup-timesamples | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cleanup-timesamples b/cleanup-timesamples index 3478322..cf85c96 100755 --- a/cleanup-timesamples +++ b/cleanup-timesamples @@ -13,7 +13,7 @@ TMPFILE="$SAMPLES.tmp" if [ "$1" = "-s" ]; then echo "Sorting entries first." - sleep 2 + sleep 0.3 sort -u $SAMPLES > $TMPFILE cp $TMPFILE $SAMPLES shift -- 2.25.1