瀏覽代碼

* 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;