Explorar el Código

* tinterlockedmt test: Reduced the thread count.

git-svn-id: trunk@32148 -
yury hace 10 años
padre
commit
1127689dba
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;