mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 06:49:27 +02:00
* trwsync test: Increased timeout to 30 seconds. Should prevent failures on busy machines.
git-svn-id: trunk@33313 -
This commit is contained in:
parent
6d4dfb5595
commit
a37cd66a87
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user