Browse Source

* increase time out

florian 2 years ago
parent
commit
571e0c39cc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/test/tinterlocked64mt.pp

+ 1 - 1
tests/test/tinterlocked64mt.pp

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