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 /cpp/config/TestUtil.py | |
parent | fixes (diff) | |
download | ice-be37a891b86f18746a94c34b2b410c4facaa2528.tar.bz2 ice-be37a891b86f18746a94c34b2b410c4facaa2528.tar.xz ice-be37a891b86f18746a94c34b2b410c4facaa2528.zip |
fixes
Diffstat (limited to 'cpp/config/TestUtil.py')
-rw-r--r-- | cpp/config/TestUtil.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/config/TestUtil.py b/cpp/config/TestUtil.py index 8ff5e1af860..3c92e99f7c5 100644 --- a/cpp/config/TestUtil.py +++ b/cpp/config/TestUtil.py @@ -63,8 +63,8 @@ if host != "": else: defaultHost = "" -commonServerOptions = \ -" --Ice.PrintProcessId --Ice.PrintAdapterReady --Ice.ConnectionWarnings --Ice.ServerIdleTime=30" +commonServerOptions = " --Ice.ServerThreadPool.Size=3 --Ice.PrintProcessId --Ice.PrintAdapterReady" + \ + " --Ice.ConnectionWarnings --Ice.ServerIdleTime=30" serverOptions = commonServerOptions + serverProtocol clientOptions = clientProtocol + defaultHost |