summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/timeout/Client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Ice/timeout/Client.cpp')
-rw-r--r--cpp/test/Ice/timeout/Client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Ice/timeout/Client.cpp b/cpp/test/Ice/timeout/Client.cpp
index 8f721ced652..ca9e2fb39e6 100644
--- a/cpp/test/Ice/timeout/Client.cpp
+++ b/cpp/test/Ice/timeout/Client.cpp
@@ -56,7 +56,7 @@ main(int argc, char* argv[])
// Limit the send buffer size, this test relies on the socket
// send() blocking after sending a given amount of data.
//
- initData.properties->setProperty("Ice.TCP.SndSize", "100000");
+ initData.properties->setProperty("Ice.TCP.SndSize", "50000");
communicator = Ice::initialize(argc, argv, initData);
status = run(argc, argv, communicator);