stas 2003/04/23 22:16:57
Modified: perl-framework/Apache-Test/lib/Apache TestRequest.pm Log: raise the number of tries beforing giving up to find the same interpreter to 200 (seems like 50 is not always catching...). Revision Changes Path 1.78 +1 -1 httpd-test/perl-framework/Apache-Test/lib/Apache/TestRequest.pm Index: TestRequest.pm =================================================================== RCS file: /home/cvs/httpd-test/perl-framework/Apache-Test/lib/Apache/TestRequest.pm,v retrieving revision 1.77 retrieving revision 1.78 diff -u -r1.77 -r1.78 --- TestRequest.pm 18 Apr 2003 08:06:18 -0000 1.77 +++ TestRequest.pm 24 Apr 2003 05:16:57 -0000 1.78 @@ -10,7 +10,7 @@ use Carp; -use constant TRY_TIMES => 50; +use constant TRY_TIMES => 200; use constant INTERP_KEY => 'X-PerlInterpreter'; use constant UA_TIMEOUT => 60 * 10; #longer timeout for debugging
