diff options
author | Marc Laukien <marc@zeroc.com> | 2004-03-02 15:05:34 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2004-03-02 15:05:34 +0000 |
commit | d7c5cbdd659ea7a86d71a75b0b0c5d488b5abc40 (patch) | |
tree | 13b2c5d18368d7d819a312db0265eff0b77be863 /cpp/config/TestUtil.py | |
parent | timeout fix (diff) | |
download | ice-d7c5cbdd659ea7a86d71a75b0b0c5d488b5abc40.tar.bz2 ice-d7c5cbdd659ea7a86d71a75b0b0c5d488b5abc40.tar.xz ice-d7c5cbdd659ea7a86d71a75b0b0c5d488b5abc40.zip |
fix
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 270ab373090..0c1b16d3c44 100644 --- a/cpp/config/TestUtil.py +++ b/cpp/config/TestUtil.py @@ -207,7 +207,7 @@ else: commonClientOptions = " --Ice.NullHandleAbort --Ice.Warn.Connections" commonServerOptions = " --Ice.PrintProcessId --Ice.PrintAdapterReady --Ice.NullHandleAbort" + \ - " --Ice.Warn.Connections --Ice.ServerIdleTime=120" + \ + " --Ice.Warn.Connections --Ice.ServerIdleTime=30" + \ " --Ice.ThreadPool.Server.Size=1 --Ice.ThreadPool.Server.SizeMax=3" + \ " --Ice.ThreadPool.Server.SizeWarn=0" |