stas        2004/03/05 17:52:47

  Modified:    ModPerl-Registry/t TEST.PL
  Log:
  support $ENV{APACHE_TEST_STARTUP_TIMEOUT} in ModPerl-Registry test suite
  as well
  
  Revision  Changes    Path
  1.14      +3 -1      modperl-2.0/ModPerl-Registry/t/TEST.PL
  
  Index: TEST.PL
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/ModPerl-Registry/t/TEST.PL,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -u -r1.13 -r1.14
  --- TEST.PL   30 Jan 2004 08:40:24 -0000      1.13
  +++ TEST.PL   6 Mar 2004 01:52:47 -0000       1.14
  @@ -38,7 +38,9 @@
       $self->{conf_opts}->{src_dir} = catdir $mp2_root_dir,
           qw(src modules perl);
   
  -    $self->{conf_opts}->{startup_timeout} ||= DEFAULT_STARTUP_TIMEOUT;
  +    $self->{conf_opts}->{startup_timeout} ||=
  +        $ENV{APACHE_TEST_STARTUP_TIMEOUT} ||
  +        DEFAULT_STARTUP_TIMEOUT;
   
       $self->{conf_opts}->{maxclients} ||= MIN_MAXCLIENTS;
   
  
  
  

Reply via email to