diff options
author | Marc Laukien <marc@zeroc.com> | 2002-09-02 11:34:16 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2002-09-02 11:34:16 +0000 |
commit | 474ec67beabdb612c633d35fd9562b349aa74b7a (patch) | |
tree | 2a3f2036f3269538b73dcec6492be6cb097ef3df /cpp/config/TestUtil.py | |
parent | minor (diff) | |
download | ice-474ec67beabdb612c633d35fd9562b349aa74b7a.tar.bz2 ice-474ec67beabdb612c633d35fd9562b349aa74b7a.tar.xz ice-474ec67beabdb612c633d35fd9562b349aa74b7a.zip |
more IcePatch work
Diffstat (limited to 'cpp/config/TestUtil.py')
-rw-r--r-- | cpp/config/TestUtil.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/config/TestUtil.py b/cpp/config/TestUtil.py index 3c92e99f7c5..9519e2c437e 100644 --- a/cpp/config/TestUtil.py +++ b/cpp/config/TestUtil.py @@ -63,7 +63,7 @@ if host != "": else: defaultHost = "" -commonServerOptions = " --Ice.ServerThreadPool.Size=3 --Ice.PrintProcessId --Ice.PrintAdapterReady" + \ +commonServerOptions = " --Ice.PrintProcessId --Ice.PrintAdapterReady --Ice.ServerThreadPool.Size=3" + \ " --Ice.ConnectionWarnings --Ice.ServerIdleTime=30" serverOptions = commonServerOptions + serverProtocol |