Parcourir la source

* tinterlockedmt test: Reduced the thread count.

git-svn-id: trunk@32148 -
yury il y a 10 ans
Parent
commit
1127689dba
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      tests/test/tinterlockedmt.pp

+ 1 - 1
tests/test/tinterlockedmt.pp

@@ -30,7 +30,7 @@ type
 //{$define TEST_BROKEN_IMPLEMENTATION}
 
 const
-  TotalThreadCount = 100;
+  TotalThreadCount = 50;
   TestCount = 1000000;
   WaitTime = 60;