瀏覽代碼

* trwsync test: Increased timeout to 30 seconds. Should prevent failures on busy machines.

git-svn-id: trunk@33313 -
yury 9 年之前
父節點
當前提交
a37cd66a87
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/test/units/sysutils/trwsync.pp

+ 1 - 1
tests/test/units/sysutils/trwsync.pp

@@ -110,7 +110,7 @@ begin
   { problems for heaptrc as it goes over the memory map in its exit code }
   waiting:=true;
   { avoid deadlocks/bugs from causing this test to never quit }
-  sleep(1000*15);
+  sleep(1000*30);
   writeln('error 4');
   halt(4);
 end;