From: Don Armstrong Date: Thu, 21 Jun 2007 23:40:42 +0000 (+0100) Subject: * Switch ports, and sleep for slightly longer while making sure that X-Git-Tag: release/2.6.0~538^2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=db89968ec51b7bc1407da2476ff662ece687ac05;p=debbugs.git * Switch ports, and sleep for slightly longer while making sure that the test server has come up. --- diff --git a/t/09_soap.t b/t/09_soap.t index 2ffd45c..3154a08 100644 --- a/t/09_soap.t +++ b/t/09_soap.t @@ -57,7 +57,7 @@ EOF # test bugreport.cgi -my $port = 11342; +my $port = 11343; # We'd like to use soap.cgi here instead of testing the module # directly, but I can't quite get it to work with @@ -78,8 +78,8 @@ my $pid = fork; die "Unable to fork child" if not defined $pid; if ($pid) { $child_pid = $pid; - # Wait for a second to let the child start - sleep 1; + # Wait for two seconds to let the child start + sleep 2; } else { # UGH.