Skip to content
Snippets Groups Projects
Commit 378f696a authored by Richard T. Carback III's avatar Richard T. Carback III
Browse files

fix sleep

parent bab70b36
Branches
No related tags found
No related merge requests found
......@@ -63,7 +63,7 @@ rm rid.txt || touch rid.txt
cnt=0
echo -n "Waiting for 2 rounds to run"
while [ ! -s rid.txt ] && [ $cnt -lt 240 ]; do
sleep 300
sleep 1
cat results/server-3.log | grep "RID 1 ReceiveFinishRealtime END" > rid.txt || true
cnt=$(($cnt + 1))
echo -n "."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment