Also use 60 seconds as max_count in new code

This commit is contained in:
Pierre Muller 2024-02-02 10:53:52 +01:00
parent ac4927aef7
commit c3b2e35a8f

View File

@ -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;