diff options
author | Marc Laukien <marc@zeroc.com> | 2002-09-01 22:34:29 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2002-09-01 22:34:29 +0000 |
commit | be37a891b86f18746a94c34b2b410c4facaa2528 (patch) | |
tree | 8aceb23907937be26279eb8f76f51aa7023b58f2 /java/config/TestUtil.py | |
parent | fixes (diff) | |
download | ice-be37a891b86f18746a94c34b2b410c4facaa2528.tar.bz2 ice-be37a891b86f18746a94c34b2b410c4facaa2528.tar.xz ice-be37a891b86f18746a94c34b2b410c4facaa2528.zip |
fixes
Diffstat (limited to 'java/config/TestUtil.py')
-rw-r--r-- | java/config/TestUtil.py | 4 |
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 |