summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/ChangeLog5
-rwxr-xr-xTAO/tests/Hello/run_test.pl2
2 files changed, 6 insertions, 1 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index f0a10cbe9d1..9992e91d5e9 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,8 @@
+Wed Jun 18 13:22:00 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * tests/Hello/run_test.pl:
+ Use ProcessStopWaitInterval
+
Wed Jun 18 13:22:32 UTC 2008 Chad Elliott <elliott_c@ociweb.com>
* tests/Oneway_Timeouts/run_test.pl:
diff --git a/TAO/tests/Hello/run_test.pl b/TAO/tests/Hello/run_test.pl
index a22bb1eb9a0..2ecb6117e78 100755
--- a/TAO/tests/Hello/run_test.pl
+++ b/TAO/tests/Hello/run_test.pl
@@ -72,7 +72,7 @@ if ($client_status != 0) {
$status = 1;
}
-$server_status = $SV->WaitKill (10);
+$server_status = $SV->WaitKill ($server->ProcessStopWaitInterval());
if ($server_status != 0) {
print STDERR "ERROR: server returned $server_status\n";