diff --git a/catchup.sh b/catchup.sh index 7566da74..3d9a0942 100755 --- a/catchup.sh +++ b/catchup.sh @@ -25,7 +25,7 @@ time_difference=$((current_time - latest_block_timestamp_decimal)) #echo "$latest_block_timestamp_decimal $current_time $time_difference" #s_to_human_readable $time_difference -sleep 10 +sleep $seconds_to_measure latest_block_timestamp_decimal=$(./timestamp.sh $1) current_time=$(date +%s)