summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-11-20 23:09:17 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-11-20 23:09:17 +0000
commit8e6bcb718a3470c120d12b79e6205988a0cee1e0 (patch)
tree297812b1d3110137cf0e92306a6afbc9e429c26d
parentea7f042a1122bb2f6bc402e521a5ccbcb2e40b52 (diff)
downloadATCD-8e6bcb718a3470c120d12b79e6205988a0cee1e0.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog-97b13
1 files changed, 6 insertions, 7 deletions
diff --git a/ChangeLog-97b b/ChangeLog-97b
index 228b8ff8f3b..6f986919eca 100644
--- a/ChangeLog-97b
+++ b/ChangeLog-97b
@@ -3,13 +3,12 @@ Thu Nov 20 14:19:57 1997 Carlos O'Ryan <coryan@macarena.cs.wustl.edu>
* tests/Priority_Reactor_Test.h:
* tests/Priority_Reactor_Test.cpp:
The test has a limited execution time now, and only reports a
- warning if runs out of time. This may be due to some failed
- connections, but it is hard to avoid that.
- On the other hand the default time should be large enough, in
- our machines the test only takes 14 seconds, so 60 seconds
- should be enough.
- NOTE: this problem reveals a problem *only* in the test itself
- not in ACE_Priority_Reactor.
+ warning if runs out of time. This may be due to some failed
+ connections, but it is hard to avoid that. On the other hand
+ the default time should be large enough, in our machines the
+ test only takes 14 seconds, so 60 seconds should be enough.
+ NOTE: this problem reveals a problem *only* in the test itself
+ not in ACE_Priority_Reactor.
Thu Nov 20 11:29:51 1997 David L. Levine <levine@cs.wustl.edu>