summaryrefslogtreecommitdiff
path: root/java/config/TestUtil.py
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2004-02-16 14:50:37 +0000
committerMarc Laukien <marc@zeroc.com>2004-02-16 14:50:37 +0000
commit8582bf17281769d6b58618018f2119f9dd520ac7 (patch)
treef714107e952bcb13c288b417c95cf6722825c2b4 /java/config/TestUtil.py
parentfix (diff)
downloadice-8582bf17281769d6b58618018f2119f9dd520ac7.tar.bz2
ice-8582bf17281769d6b58618018f2119f9dd520ac7.tar.xz
ice-8582bf17281769d6b58618018f2119f9dd520ac7.zip
fixes
Diffstat (limited to 'java/config/TestUtil.py')
-rw-r--r--java/config/TestUtil.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/java/config/TestUtil.py b/java/config/TestUtil.py
index 4ccc7328789..deb64be9389 100644
--- a/java/config/TestUtil.py
+++ b/java/config/TestUtil.py
@@ -135,8 +135,9 @@ if host != "":
else:
defaultHost = ""
-commonServerOptions = " --Ice.PrintAdapterReady --Ice.ThreadPool.Server.Size=3" + \
- " --Ice.Warn.Connections --Ice.ServerIdleTime=30"
+commonServerOptions = " --Ice.PrintAdapterReady" + \
+ " --Ice.Warn.Connections --Ice.ServerIdleTime=30" + \
+ " --Ice.ThreadPool.Server.Size=1 --Ice.ThreadPool.Server.SizeMax=10"
clientOptions = clientProtocol + defaultHost
serverOptions = serverProtocol + defaultHost + commonServerOptions