diff options
author | Marc Laukien <marc@zeroc.com> | 2004-03-02 14:53:34 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2004-03-02 14:53:34 +0000 |
commit | 9005bc353302ce3a4f406cd3328b22be0fd7680c (patch) | |
tree | 955307d71f3a4a68e65fda3b2dbe4710cbf98a30 /cpp | |
parent | Freeze properties (diff) | |
download | ice-9005bc353302ce3a4f406cd3328b22be0fd7680c.tar.bz2 ice-9005bc353302ce3a4f406cd3328b22be0fd7680c.tar.xz ice-9005bc353302ce3a4f406cd3328b22be0fd7680c.zip |
timeout fix
Diffstat (limited to 'cpp')
-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 0c1b16d3c44..270ab373090 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=30" + \ + " --Ice.Warn.Connections --Ice.ServerIdleTime=120" + \ " --Ice.ThreadPool.Server.Size=1 --Ice.ThreadPool.Server.SizeMax=3" + \ " --Ice.ThreadPool.Server.SizeWarn=0" |