From ab85ad5e4a4a3809d11f076df76ed4d37ca598a4 Mon Sep 17 00:00:00 2001 From: Bernard Normier Date: Sat, 15 Jul 2017 17:00:19 -0400 Subject: Fixed Ice.MessageSizeMax value in Ice/timeout tests --- cpp/test/Ice/timeout/Client.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'cpp/test/Ice/timeout/Client.cpp') diff --git a/cpp/test/Ice/timeout/Client.cpp b/cpp/test/Ice/timeout/Client.cpp index 848f87d1e80..62ddac641b8 100644 --- a/cpp/test/Ice/timeout/Client.cpp +++ b/cpp/test/Ice/timeout/Client.cpp @@ -55,12 +55,6 @@ main(int argc, char* argv[]) // initData.properties->setProperty("Ice.Warn.Connections", "0"); - // - // We need to send messages large enough to cause the transport - // buffers to fill up. - // - initData.properties->setProperty("Ice.MessageSizeMax", "20000"); - // // Limit the send buffer size, this test relies on the socket // send() blocking after sending a given amount of data. -- cgit v1.2.3