summaryrefslogtreecommitdiff
path: root/cpp/config/TestUtil.py
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2004-03-02 14:53:34 +0000
committerMarc Laukien <marc@zeroc.com>2004-03-02 14:53:34 +0000
commit9005bc353302ce3a4f406cd3328b22be0fd7680c (patch)
tree955307d71f3a4a68e65fda3b2dbe4710cbf98a30 /cpp/config/TestUtil.py
parentFreeze properties (diff)
downloadice-9005bc353302ce3a4f406cd3328b22be0fd7680c.tar.bz2
ice-9005bc353302ce3a4f406cd3328b22be0fd7680c.tar.xz
ice-9005bc353302ce3a4f406cd3328b22be0fd7680c.zip
timeout fix
Diffstat (limited to 'cpp/config/TestUtil.py')
-rw-r--r--cpp/config/TestUtil.py2
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"