summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Mesnier <mesnier_p@ociweb.com>2006-06-09 14:51:15 +0000
committerPhil Mesnier <mesnier_p@ociweb.com>2006-06-09 14:51:15 +0000
commite2511772a42745537356ed68d0d722f5c79187a6 (patch)
treed81fa4d4953c471f0d7875c0249f4e1638298d6a
parent873f45203335d99fb73b2b467b1e4e7946a28e68 (diff)
downloadATCD-e2511772a42745537356ed68d0d722f5c79187a6.tar.gz
ChangeLog tag: Fri Jun 9 14:49:06 UTC 2006 Phil Mesnier <mesnier_p@ociweb.com>
-rw-r--r--TAO/ChangeLog7
-rwxr-xr-xTAO/tests/Stack_Recursion/run_test.pl4
2 files changed, 9 insertions, 2 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 05c877c4af9..266ad741ad1 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,10 @@
+Fri Jun 9 14:49:06 UTC 2006 Phil Mesnier <mesnier_p@ociweb.com>
+
+ * tests/Stack_Recursion/run_test.pl:
+
+ Doubled the timeout to accomodate really slow machines. This was
+ necessitated by new sequence initialization code.
+
Fri Jun 9 14:48:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
* orbsvcs/tests/Notify/lib/Options_Parser.{h,cpp}:
diff --git a/TAO/tests/Stack_Recursion/run_test.pl b/TAO/tests/Stack_Recursion/run_test.pl
index e767aacd35d..9c66cd4a3e5 100755
--- a/TAO/tests/Stack_Recursion/run_test.pl
+++ b/TAO/tests/Stack_Recursion/run_test.pl
@@ -28,11 +28,11 @@ if (PerlACE::waitforfile_timed ($iorfile, 15) == -1) {
print STDERR "ERROR: cannot find file <$iorfile>\n";
$SV->Kill (); $SV->TimedWait (1);
exit 1;
-}
+}
$CL->Spawn (60);
-$client = $CL->WaitKill (480);
+$client = $CL->WaitKill (960);
if ($client != 0) {
print STDERR "ERROR: client returned $client\n";