summaryrefslogtreecommitdiff
path: root/java/config/TestUtil.py
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2004-02-19 14:38:20 +0000
committerMarc Laukien <marc@zeroc.com>2004-02-19 14:38:20 +0000
commitc07e282e58b1ba42ca121a01ba39c05784f4a3ec (patch)
treee8aadb0f2cc7a0f883d1e80bc78388f7491f5fe4 /java/config/TestUtil.py
parentfile dummy5.ice was initially added on branch icepack_refactoring. (diff)
downloadice-c07e282e58b1ba42ca121a01ba39c05784f4a3ec.tar.bz2
ice-c07e282e58b1ba42ca121a01ba39c05784f4a3ec.tar.xz
ice-c07e282e58b1ba42ca121a01ba39c05784f4a3ec.zip
fix
Diffstat (limited to 'java/config/TestUtil.py')
-rw-r--r--java/config/TestUtil.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/java/config/TestUtil.py b/java/config/TestUtil.py
index 9b767fb0174..1d003f943fc 100644
--- a/java/config/TestUtil.py
+++ b/java/config/TestUtil.py
@@ -142,7 +142,8 @@ commonClientOptions = " --Ice.NullHandleAbort --Ice.Warn.Connections"
commonServerOptions = " --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