diff options
author | Jose <jose@zeroc.com> | 2014-08-07 01:00:42 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2014-08-07 01:00:42 +0200 |
commit | d86ef31c63190285dda3233b8ee2cb5d381c7686 (patch) | |
tree | 653d33813fef2d5997916d8462f516646af919c3 /cpp/test/Ice/timeout/Client.cpp | |
parent | updating .depend files (diff) | |
download | ice-d86ef31c63190285dda3233b8ee2cb5d381c7686.tar.bz2 ice-d86ef31c63190285dda3233b8ee2cb5d381c7686.tar.xz ice-d86ef31c63190285dda3233b8ee2cb5d381c7686.zip |
Windows SSL SChannel implementation & OS X Secure Transport fixes.
Diffstat (limited to 'cpp/test/Ice/timeout/Client.cpp')
-rw-r--r-- | cpp/test/Ice/timeout/Client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Ice/timeout/Client.cpp b/cpp/test/Ice/timeout/Client.cpp index d0df0c07416..203ac9ce2cf 100644 --- a/cpp/test/Ice/timeout/Client.cpp +++ b/cpp/test/Ice/timeout/Client.cpp @@ -50,7 +50,7 @@ main(int argc, char* argv[]) // We need to send messages large enough to cause the transport // buffers to fill up. // - initData.properties->setProperty("Ice.MessageSizeMax", "10000"); + initData.properties->setProperty("Ice.MessageSizeMax", "20000"); communicator = Ice::initialize(argc, argv, initData); status = run(argc, argv, communicator); |