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 520e4e4d424..d2c13c64801 100644
--- a/java/config/TestUtil.py
+++ b/java/config/TestUtil.py
@@ -116,7 +116,7 @@ else:
defaultHost = ""
commonServerOptions = " --Ice.PrintAdapterReady --Ice.ServerThreadPool.Size=3" + \
- " --Ice.Warn.Connection --Ice.ServerIdleTime=30"
+ " --Ice.Warn.Connections --Ice.ServerIdleTime=30"
clientOptions = clientProtocol + defaultHost
serverOptions = serverProtocol + defaultHost + commonServerOptions