summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs')
-rwxr-xr-xTAO/orbsvcs/tests/Bug_3486_Regression/run_test.pl4
-rwxr-xr-xTAO/orbsvcs/tests/FaultTolerance/IOGR/run_test.pl2
2 files changed, 3 insertions, 3 deletions
diff --git a/TAO/orbsvcs/tests/Bug_3486_Regression/run_test.pl b/TAO/orbsvcs/tests/Bug_3486_Regression/run_test.pl
index 32f3accc0c6..0e7080fef23 100755
--- a/TAO/orbsvcs/tests/Bug_3486_Regression/run_test.pl
+++ b/TAO/orbsvcs/tests/Bug_3486_Regression/run_test.pl
@@ -20,14 +20,14 @@ else {
$SV = new PerlACE::Process ("server", "");
}
-print STDERR "\n\n==== Running bug 3486 regression test\n";
+print STDERR "\n\n==== Running bug 2926 regression test\n";
$SV->Spawn ();
$collocated = $SV->WaitKill (15);
if ($collocated != 0) {
- print STDERR "ERROR: Bug_3486_Regression returned $collocated\n";
+ print STDERR "ERROR: Bug_2926_Regression returned $collocated\n";
$status = 1;
}
diff --git a/TAO/orbsvcs/tests/FaultTolerance/IOGR/run_test.pl b/TAO/orbsvcs/tests/FaultTolerance/IOGR/run_test.pl
index 2bd5418f160..fe9d674c547 100755
--- a/TAO/orbsvcs/tests/FaultTolerance/IOGR/run_test.pl
+++ b/TAO/orbsvcs/tests/FaultTolerance/IOGR/run_test.pl
@@ -45,7 +45,7 @@ print STDERR "Starting Manager\n";
$MANAGER->Spawn ();
-$manager = $MANAGER->WaitKill (60);
+$manager = $MANAGER->WaitKill (30);
$SERV1->WaitKill(5);