Browse Source

Also use 60 seconds as max_count in new code

Pierre Muller 1 year ago
parent
commit
c3b2e35a8f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/utils/redir.pp

+ 1 - 1
tests/utils/redir.pp

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