]> git.donarmstrong.com Git - debbugs.git/commitdiff
* Switch ports, and sleep for slightly longer while making sure that
authorDon Armstrong <don@donarmstrong.com>
Thu, 21 Jun 2007 23:40:42 +0000 (00:40 +0100)
committerDon Armstrong <don@donarmstrong.com>
Thu, 21 Jun 2007 23:40:42 +0000 (00:40 +0100)
   the test server has come up.

t/09_soap.t

index 2ffd45c2dc15add62f083f3dde3c4facbdca250a..3154a0835aa11fcfefca31bef29b2541eaefdd2e 100644 (file)
@@ -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.