diff options
author | bala <balanatarajan@users.noreply.github.com> | 2001-09-27 23:00:38 +0000 |
---|---|---|
committer | bala <balanatarajan@users.noreply.github.com> | 2001-09-27 23:00:38 +0000 |
commit | 53e2e70a391fef685c7f8fce88e081d0ba9b5185 (patch) | |
tree | fb00fc546c58b605832a472869160052031e5169 /TAO/tests | |
parent | 5a8fcb117d05ba23fbf9d5a30d2d74595ad5ce72 (diff) | |
download | ATCD-53e2e70a391fef685c7f8fce88e081d0ba9b5185.tar.gz |
ChangeLogTag: Thu Sep 27 17:31:10 2001 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'TAO/tests')
-rw-r--r-- | TAO/tests/File_IO/server.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/File_IO/server.cpp b/TAO/tests/File_IO/server.cpp index 0251ad176c8..e331cafab2b 100644 --- a/TAO/tests/File_IO/server.cpp +++ b/TAO/tests/File_IO/server.cpp @@ -226,7 +226,7 @@ Worker::svc (void) ACE_DECLARE_NEW_CORBA_ENV; ACE_TRY { - // Run the ORB for atmost 60 seconds + // Run the ORB for atmost 75 seconds ACE_Time_Value tv (75, 0); this->orb_->run (tv, ACE_TRY_ENV); ACE_TRY_CHECK; |