summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/timeout/Server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Ice/timeout/Server.cpp')
-rw-r--r--cpp/test/Ice/timeout/Server.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/cpp/test/Ice/timeout/Server.cpp b/cpp/test/Ice/timeout/Server.cpp
index f9e7a363b41..3244621f13b 100644
--- a/cpp/test/Ice/timeout/Server.cpp
+++ b/cpp/test/Ice/timeout/Server.cpp
@@ -43,12 +43,6 @@ main(int argc, char* argv[])
// This test kills connections, so we don't want warnings.
//
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", "10000000");
communicator = Ice::initialize(argc, argv, initData);
status = run(argc, argv, communicator);