Explorar el Código

* trwsync test: Increased timeout to 60 seconds. Trying to fix random failures due to the timeout on busy machines.

git-svn-id: trunk@33487 -
yury hace 9 años
padre
commit
511f5b5ded
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 }
   { problems for heaptrc as it goes over the memory map in its exit code }
   waiting:=true;
   waiting:=true;
   { avoid deadlocks/bugs from causing this test to never quit }
   { avoid deadlocks/bugs from causing this test to never quit }
-  sleep(1000*30);
+  sleep(1000*60);
   writeln('error 4');
   writeln('error 4');
   halt(4);
   halt(4);
 end;
 end;