summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-06-18 13:23:56 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-06-18 13:23:56 +0000
commit4a907b661dff7c5c974ac6327241c61e4e34079a (patch)
tree56a56083028be898193215ff5540babf9ada216d
parentcaf094265160169873bb6e31743ad76c88008186 (diff)
downloadATCD-4a907b661dff7c5c974ac6327241c61e4e34079a.tar.gz
Wed Jun 18 13:22:00 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
-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";