diff options
author | elliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2007-03-14 12:38:59 +0000 |
---|---|---|
committer | elliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2007-03-14 12:38:59 +0000 |
commit | 7e5dd7e28cecbfc95149ab6bfe4952f579d03e3e (patch) | |
tree | e2c1939b454001e8122c9d52d3982f55196f425e /TAO | |
parent | e810999255e09f0ce29cbe4cc02cfef225cd07ec (diff) | |
download | ATCD-7e5dd7e28cecbfc95149ab6bfe4952f579d03e3e.tar.gz |
ChangeLogTag: Wed Mar 14 13:38:15 UTC 2007 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'TAO')
-rw-r--r-- | TAO/ChangeLog | 7 | ||||
-rwxr-xr-x | TAO/tests/Servant_To_Reference_Test/run_test.pl | 3 |
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"; |