summaryrefslogtreecommitdiff
path: root/java/config/TestUtil.py
diff options
context:
space:
mode:
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