summaryrefslogtreecommitdiff
path: root/cppe/config/TestUtil.py
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2005-07-06 15:07:50 +0000
committerDwayne Boone <dwayne@zeroc.com>2005-07-06 15:07:50 +0000
commited14782be448ceda6611695d5094c2f493ed51b1 (patch)
tree3ea69c647df8cae25e6d82b1351d7445fc4002ed /cppe/config/TestUtil.py
parenthttp://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=402 (diff)
downloadice-ed14782be448ceda6611695d5094c2f493ed51b1.tar.bz2
ice-ed14782be448ceda6611695d5094c2f493ed51b1.tar.xz
ice-ed14782be448ceda6611695d5094c2f493ed51b1.zip
Remove some uneeded stuff
Diffstat (limited to 'cppe/config/TestUtil.py')
-rw-r--r--cppe/config/TestUtil.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cppe/config/TestUtil.py b/cppe/config/TestUtil.py
index 0a80472b85b..cfc77aa8bb2 100644
--- a/cppe/config/TestUtil.py
+++ b/cppe/config/TestUtil.py
@@ -192,7 +192,7 @@ else:
commonClientOptions = " --IceE.NullHandleAbort --IceE.Warn.Connections"
commonServerOptions = " --IceE.PrintProcessId --IceE.PrintAdapterReady --IceE.NullHandleAbort" + \
- " --IceE.Warn.Connections --IceE.ServerIdleTime=30"
+ " --IceE.Warn.Connections"
clientOptions = clientProtocol + defaultHost + commonClientOptions
serverOptions = serverProtocol + defaultHost + commonServerOptions