diff options
Diffstat (limited to 'cpp/test/Ice/proxy/Client.cpp')
-rw-r--r-- | cpp/test/Ice/proxy/Client.cpp | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/cpp/test/Ice/proxy/Client.cpp b/cpp/test/Ice/proxy/Client.cpp index c9527dea93a..854d01df137 100644 --- a/cpp/test/Ice/proxy/Client.cpp +++ b/cpp/test/Ice/proxy/Client.cpp @@ -44,16 +44,10 @@ main(int argc, char* argv[]) initData.properties->setProperty("Ice.ThreadPool.Client.SizeWarn", "0"); // - // We must set MessageSizeMax to an explicit values, because - // we run tests to check whether Ice.MemoryLimitException is - // raised as expected. - // - initData.properties->setProperty("Ice.MessageSizeMax", "100"); - - // // We don't want connection warnings because of the timeout test. // initData.properties->setProperty("Ice.Warn.Connections", "0"); + // // Use a faster connection monitor timeout to test AMI // timeouts. |