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, 6 insertions, 0 deletions
diff --git a/cpp/test/Ice/timeout/Server.cpp b/cpp/test/Ice/timeout/Server.cpp
index 3244621f13b..f9e7a363b41 100644
--- a/cpp/test/Ice/timeout/Server.cpp
+++ b/cpp/test/Ice/timeout/Server.cpp
@@ -43,6 +43,12 @@ 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);