Browse Source

* tinterlockedmt test: Reduced the thread count.

git-svn-id: trunk@32148 -
yury 9 years ago
parent
commit
1127689dba
1 changed files with 1 additions and 1 deletions
  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;