* increase time out

This commit is contained in:
florian 2022-12-24 17:25:42 +01:00
parent 3203eac6d3
commit 571e0c39cc

View File

@ -39,7 +39,7 @@ type
const
TotalThreadCount : longint = 50;
TestCount = 1000000;
WaitTime = 60;
WaitTime = 120;
var
Counter, Counter2, Counter3: int64;