summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2007-03-14 12:38:59 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2007-03-14 12:38:59 +0000
commitdede57f120e2030cab216a2b41f2a4ead08c8d71 (patch)
treee2c1939b454001e8122c9d52d3982f55196f425e
parent777da8e5225a244b1f59a26c2a656748a3aa835f (diff)
downloadATCD-dede57f120e2030cab216a2b41f2a4ead08c8d71.tar.gz
ChangeLogTag: Wed Mar 14 13:38:15 UTC 2007 Chad Elliott <elliott_c@ociweb.com>
-rw-r--r--TAO/ChangeLog7
-rwxr-xr-xTAO/tests/Servant_To_Reference_Test/run_test.pl3
2 files changed, 9 insertions, 1 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index d93186355ed..3373250cc3e 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,10 @@
+Wed Mar 14 13:38:15 UTC 2007 Chad Elliott <elliott_c@ociweb.com>
+
+ * tests/Servant_To_Reference_Test/run_test.pl:
+
+ Increase the timeout to allow slower hardware to complete the
+ test.
+
Wed Mar 14 13:11:52 UTC 2007 Chad Elliott <elliott_c@ociweb.com>
* tests/File_IO/File_i.cpp:
diff --git a/TAO/tests/Servant_To_Reference_Test/run_test.pl b/TAO/tests/Servant_To_Reference_Test/run_test.pl
index c5b243b889a..bb271d0789a 100755
--- a/TAO/tests/Servant_To_Reference_Test/run_test.pl
+++ b/TAO/tests/Servant_To_Reference_Test/run_test.pl
@@ -21,7 +21,8 @@ else {
$SV->Spawn ();
-$server = $SV->WaitKill ($PerlACE::wait_interval_for_process_creation);
+## Slower hardware can require much more time to complete.
+$server = $SV->WaitKill (90);
if ($server != 0) {
print STDERR "ERROR: server returned $server\n";