You are viewing a plain text version of this content. The canonical link for it is here.
Posted to test-cvs@httpd.apache.org by do...@apache.org on 2002/04/06 09:12:26 UTC

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestServer.pm

dougm       02/04/05 23:12:26

  Modified:    perl-framework/Apache-Test/lib/Apache TestServer.pm
  Log:
  wait a little longer for server to stop
  (may take a while to tear down PerlInterpreters in a threaded MPM)
  
  Revision  Changes    Path
  1.55      +1 -1      httpd-test/perl-framework/Apache-Test/lib/Apache/TestServer.pm
  
  Index: TestServer.pm
  ===================================================================
  RCS file: /home/cvs/httpd-test/perl-framework/Apache-Test/lib/Apache/TestServer.pm,v
  retrieving revision 1.54
  retrieving revision 1.55
  diff -u -r1.54 -r1.55
  --- TestServer.pm	26 Mar 2002 02:37:09 -0000	1.54
  +++ TestServer.pm	6 Apr 2002 07:12:26 -0000	1.55
  @@ -311,7 +311,7 @@
                   warning "server $self->{name} shutdown";
                   sleep 1;
   
  -                for (1..4) {
  +                for (1..6) {
                       if (! $self->ping) {
                           return $pid if $_ == 1;
                           last;