summaryrefslogtreecommitdiff
path: root/cpp/config/TestUtil.py
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2004-02-18 17:34:06 +0000
committerMarc Laukien <marc@zeroc.com>2004-02-18 17:34:06 +0000
commitdf3892fb421580ec812e23c2051624548cfc34b8 (patch)
tree72079fe5eec6b6c4018b76c308477e895b3dc908 /cpp/config/TestUtil.py
parentmore acm; removed proxy count in connections (diff)
downloadice-df3892fb421580ec812e23c2051624548cfc34b8.tar.bz2
ice-df3892fb421580ec812e23c2051624548cfc34b8.tar.xz
ice-df3892fb421580ec812e23c2051624548cfc34b8.zip
fixes
Diffstat (limited to 'cpp/config/TestUtil.py')
-rw-r--r--cpp/config/TestUtil.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/config/TestUtil.py b/cpp/config/TestUtil.py
index 4efbf22ba84..3ce69bf66d0 100644
--- a/cpp/config/TestUtil.py
+++ b/cpp/config/TestUtil.py
@@ -204,7 +204,8 @@ commonClientOptions = " --Ice.NullHandleAbort --Ice.Warn.Connections"
commonServerOptions = " --Ice.PrintProcessId --Ice.PrintAdapterReady --Ice.NullHandleAbort" + \
" --Ice.Warn.Connections --Ice.ServerIdleTime=30" + \
- " --Ice.ThreadPool.Server.Size=1 --Ice.ThreadPool.Server.SizeMax=10"
+ " --Ice.ThreadPool.Server.Size=1 --Ice.ThreadPool.Server.SizeMax=3" + \
+ " --Ice.ThreadPool.Server.SizeWarn=0"
clientOptions = clientProtocol + defaultHost + commonClientOptions
serverOptions = serverProtocol + defaultHost + commonServerOptions