summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs')
-rwxr-xr-xTAO/orbsvcs/examples/ImR/Combined_Service/run_test.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/orbsvcs/examples/ImR/Combined_Service/run_test.pl b/TAO/orbsvcs/examples/ImR/Combined_Service/run_test.pl
index e269cf4d7c3..b68ea174967 100755
--- a/TAO/orbsvcs/examples/ImR/Combined_Service/run_test.pl
+++ b/TAO/orbsvcs/examples/ImR/Combined_Service/run_test.pl
@@ -167,8 +167,8 @@ my $ret = do_test();
# Regardless of the return value, ensure that the processes
# are terminated before exiting
-$CLI->TerminateWaitKill(5);
-$COMB->TerminateWaitKill(5);
-$SERV->TerminateWaitKill(5);
+$CLI->Kill();
+$COMB->Kill();
+$SERV->Kill();
exit $ret;