diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2005-07-06 15:07:50 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2005-07-06 15:07:50 +0000 |
commit | ed14782be448ceda6611695d5094c2f493ed51b1 (patch) | |
tree | 3ea69c647df8cae25e6d82b1351d7445fc4002ed /cppe/config/TestUtil.py | |
parent | http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=402 (diff) | |
download | ice-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.py | 2 |
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 |