mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-23 06:18:35 +02:00
Also use 60 seconds as max_count in new code
This commit is contained in:
parent
ac4927aef7
commit
c3b2e35a8f
@ -799,7 +799,7 @@ function ChangeRedirError(Const Redir : String; AppendToFile : Boolean) : Boolea
|
||||
function ExecuteRedir (Const ProgName, ComLine : String; RedirStdIn, RedirStdOut, RedirStdErr: String): boolean;
|
||||
|
||||
const
|
||||
max_count = 6000;
|
||||
max_count = 60000;
|
||||
|
||||
var
|
||||
P : TProcess;
|
||||
|
Loading…
Reference in New Issue
Block a user