diff options
author | Matthew Newhook <matthew@zeroc.com> | 2006-09-05 10:07:34 +0000 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2006-09-05 10:07:34 +0000 |
commit | 1e377cefaae392f6e8be2857990541a6728be7c1 (patch) | |
tree | ce6a9a375eca626c31b9cc31ef208949325b3e5a /cpp/config/TestUtil.py | |
parent | fix bug with Glacier2 router test. (diff) | |
download | ice-1e377cefaae392f6e8be2857990541a6728be7c1.tar.bz2 ice-1e377cefaae392f6e8be2857990541a6728be7c1.tar.xz ice-1e377cefaae392f6e8be2857990541a6728be7c1.zip |
http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=1356
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 5cc36d8efd8..1c101f392cd 100644 --- a/cpp/config/TestUtil.py +++ b/cpp/config/TestUtil.py @@ -395,7 +395,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=30" if threadPerConnection > 0: commonClientOptions += " --Ice.ThreadPerConnection=" + str(threadPerConnection) |