Przeglądaj źródła

* tinterlockedmt test: Reduced the thread count.

git-svn-id: trunk@32148 -
yury 10 lat temu
rodzic
commit
1127689dba
1 zmienionych plików z 1 dodań i 1 usunięć
  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;