浏览代码

* increase time out

florian 2 年之前
父节点
当前提交
571e0c39cc
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/test/tinterlocked64mt.pp

+ 1 - 1
tests/test/tinterlocked64mt.pp

@@ -39,7 +39,7 @@ type
 const
   TotalThreadCount : longint = 50;
   TestCount = 1000000;
-  WaitTime = 60;
+  WaitTime = 120;
 
 var
   Counter, Counter2, Counter3: int64;