diff options
author | Benoit Foucher <benoit@zeroc.com> | 2014-11-24 12:56:15 +0100 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2014-11-24 12:56:15 +0100 |
commit | dbcdd9d69f62aef222347c463d3389d3e04d0420 (patch) | |
tree | 11e32eb93a4c32e1527d8051a404d219ff771754 /cpp/test/Ice/ami/Client.cpp | |
parent | Fixed ICE-5966: Amzn Linux C++ test failures (diff) | |
download | ice-dbcdd9d69f62aef222347c463d3389d3e04d0420.tar.bz2 ice-dbcdd9d69f62aef222347c463d3389d3e04d0420.tar.xz ice-dbcdd9d69f62aef222347c463d3389d3e04d0420.zip |
Additional fix for ICE-5966
Diffstat (limited to 'cpp/test/Ice/ami/Client.cpp')
-rw-r--r-- | cpp/test/Ice/ami/Client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Ice/ami/Client.cpp b/cpp/test/Ice/ami/Client.cpp index fd00a1b898b..08283d9714c 100644 --- a/cpp/test/Ice/ami/Client.cpp +++ b/cpp/test/Ice/ami/Client.cpp @@ -39,7 +39,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); |