diff --git a/burntest.bat b/burntest.bat index be4b5ff..1336ba5 100644 --- a/burntest.bat +++ b/burntest.bat @@ -2,7 +2,7 @@ SET /a VAR=0 :HOME SET /a VAR=VAR+1 rem 1000 runs in local debug mode server is about 6 hours at current test pace with huge data -IF %VAR%==500 goto :End +IF %VAR%==1000 goto :End dotnet test goto :HOME :End \ No newline at end of file