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 b52247d2463..8922a336669 100644
--- a/cpp/test/Ice/timeout/Server.cpp
+++ b/cpp/test/Ice/timeout/Server.cpp
@@ -55,6 +55,12 @@ main(int argc, char* argv[])
initData.properties->setProperty("Ice.Warn.Connections", "0");
//
+ // The client sends large messages to cause the transport
+ // buffers to fill up.
+ //
+ initData.properties->setProperty("Ice.MessageSizeMax", "20000");
+
+ //
// Limit the recv buffer size, this test relies on the socket
// send() blocking after sending a given amount of data.
//