mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 00:50:49 +02:00
* increase default timeout for cpu intensive tests on slow cpus
git-svn-id: trunk@8921 -
This commit is contained in:
parent
273bfffe5b
commit
c825b8239b
@ -49,7 +49,7 @@ const
|
|||||||
ExeExt='exe';
|
ExeExt='exe';
|
||||||
{$endif MACOS}
|
{$endif MACOS}
|
||||||
{$endif UNIX}
|
{$endif UNIX}
|
||||||
DefaultTimeout=3;
|
DefaultTimeout=60;
|
||||||
|
|
||||||
var
|
var
|
||||||
Config : TConfig;
|
Config : TConfig;
|
||||||
|
Loading…
Reference in New Issue
Block a user