diff options
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) |