From db89968ec51b7bc1407da2476ff662ece687ac05 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Fri, 22 Jun 2007 00:40:42 +0100 Subject: [PATCH] * Switch ports, and sleep for slightly longer while making sure that the test server has come up. --- t/09_soap.t | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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. -- 2.39.2