소스 검색

* tinterlockedmt test: Reduced the thread count.

git-svn-id: trunk@32148 -
yury 10 년 전
부모
커밋
1127689dba
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;