Return-Path: Delivered-To: apmail-httpd-test-cvs-archive@httpd.apache.org Received: (qmail 92267 invoked by uid 500); 24 Apr 2003 05:16:59 -0000 Mailing-List: contact test-cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: test-dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list test-cvs@httpd.apache.org Received: (qmail 92226 invoked from network); 24 Apr 2003 05:16:58 -0000 Date: 24 Apr 2003 05:16:57 -0000 Message-ID: <20030424051657.16528.qmail@icarus.apache.org> From: stas@apache.org To: httpd-test-cvs@apache.org Subject: cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestRequest.pm X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N 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