summaryrefslogtreecommitdiff
path: root/ACE/tests/Thread_Pool_Reactor_Resume_Test.cpp
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2008-07-04 20:18:14 +0000
committerSteve Huston <shuston@riverace.com>2008-07-04 20:18:14 +0000
commitd0bbdebde053b970a9155da6d66cf69b7620dffc (patch)
tree871e60e63454ccebc277a2cb0fa00a1756cd9801 /ACE/tests/Thread_Pool_Reactor_Resume_Test.cpp
parentb3a98b89e011094f3cb262b38bac9248569f7784 (diff)
downloadATCD-d0bbdebde053b970a9155da6d66cf69b7620dffc.tar.gz
ChangeLogTag:Fri Jul 4 20:11:02 UTC 2008 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'ACE/tests/Thread_Pool_Reactor_Resume_Test.cpp')
-rw-r--r--ACE/tests/Thread_Pool_Reactor_Resume_Test.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/ACE/tests/Thread_Pool_Reactor_Resume_Test.cpp b/ACE/tests/Thread_Pool_Reactor_Resume_Test.cpp
index 59de935d0f7..51df91fccf0 100644
--- a/ACE/tests/Thread_Pool_Reactor_Resume_Test.cpp
+++ b/ACE/tests/Thread_Pool_Reactor_Resume_Test.cpp
@@ -60,10 +60,10 @@ static const ACE_TCHAR *rendezvous = ACE_TEXT ("127.0.0.1:10010");
static size_t svr_thrno = ACE_MAX_THREADS;
-#if defined (CHORUS) \
- || defined (ACE_VXWORKS) // default network parameters (MAX_BINDS and system buffers) are too small for full test
- // Add platforms that can't handle too many
- // connection simultaneously here.
+// Default network parameters (MAX_BINDS and system buffers) are too small
+// for full test on some platforms; add platforms that can't handle too many
+// connection simultaneously here.
+#if defined (CHORUS) || defined (ACE_VXWORKS) || defined (ACE_HAS_PHARLAP)
#define ACE_LOAD_FACTOR /2
#else
#define ACE_LOAD_FACTOR