Skip to content
Snippets Groups Projects
Commit 5b735718 authored by Josh Brooks's avatar Josh Brooks
Browse files

Merge branch 'feature/hotfix/NoUdbAuth' into 'release'

Feature/hotfix/no udb auth

See merge request !2
parents 6b495bf0 be3d6819
No related branches found
No related tags found
2 merge requests!4Release,!2Feature/hotfix/no udb auth
{ {
"TeamSize": 3, "TeamSize": 5,
"BatchSize": 32, "BatchSize": 32,
"MinimumDelay": 60, "MinimumDelay": 3000,
"RealtimeDelay": 120, "RealtimeDelay": 5000,
"SemiOptimalOrdering": true, "SemiOptimalOrdering": true,
"Threshold": 3, "Threshold": 3,
"NodeCleanUpInterval": 3, "NodeCleanUpInterval": 3,
......
...@@ -139,7 +139,7 @@ then ...@@ -139,7 +139,7 @@ then
echo -n "Waiting for a round to run" echo -n "Waiting for a round to run"
while [ ! -s rid.txt ] && [ $cnt -lt 120 ]; do while [ ! -s rid.txt ] && [ $cnt -lt 120 ]; do
sleep 1 sleep 1
grep -a "RID 1 ReceiveFinishRealtime END" results/servers/server-5.log > rid.txt || true grep -a "RID 1 ReceiveFinishRealtime END" results/servers/server-* > rid.txt || true
cnt=$(($cnt + 1)) cnt=$(($cnt + 1))
echo -n "." echo -n "."
done done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment