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.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/config/TestUtil.py b/java/config/TestUtil.py
index 5bd76249796..33ee9310f0b 100644
--- a/java/config/TestUtil.py
+++ b/java/config/TestUtil.py
@@ -58,8 +58,8 @@ elif sys.platform == "cygwin":
else:
sep = ":"
-commonServerOptions = \
-" --Ice.PrintAdapterReady --Ice.ConnectionWarnings --Ice.ServerIdleTime=30"
+commonServerOptions = " --Ice.ServerThreadPool.Size=3 --Ice.PrintAdapterReady --Ice.ConnectionWarnings" + \
+ " --Ice.ServerIdleTime=30"
serverOptions = commonServerOptions + serverProtocol
clientOptions = clientProtocol + defaultHost