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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/config/TestUtil.py b/java/config/TestUtil.py
index d2c13c64801..294c51f1bec 100644
--- a/java/config/TestUtil.py
+++ b/java/config/TestUtil.py
@@ -115,7 +115,7 @@ if host != "":
else:
defaultHost = ""
-commonServerOptions = " --Ice.PrintAdapterReady --Ice.ServerThreadPool.Size=3" + \
+commonServerOptions = " --Ice.PrintAdapterReady --Ice.ThreadPool.Server.Size=3" + \
" --Ice.Warn.Connections --Ice.ServerIdleTime=30"
clientOptions = clientProtocol + defaultHost