summaryrefslogtreecommitdiff
path: root/py/test/Ice/timeout/Client.py
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2014-06-06 16:33:11 +0200
committerJose <jose@zeroc.com>2014-06-06 16:33:11 +0200
commit7ba5b1fa9d9849182b19aebe5bad1570fb82452b (patch)
tree2b6a4f6407b4cc860d01f6e737959122a719ca3f /py/test/Ice/timeout/Client.py
parentFixed ICE-5499, new garbage collection support (diff)
downloadice-7ba5b1fa9d9849182b19aebe5bad1570fb82452b.tar.bz2
ice-7ba5b1fa9d9849182b19aebe5bad1570fb82452b.tar.xz
ice-7ba5b1fa9d9849182b19aebe5bad1570fb82452b.zip
Fixed (ICE-4894) - Native SSL implementation for OS X
Diffstat (limited to 'py/test/Ice/timeout/Client.py')
-rwxr-xr-xpy/test/Ice/timeout/Client.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/test/Ice/timeout/Client.py b/py/test/Ice/timeout/Client.py
index 71113828f45..1114f12c75c 100755
--- a/py/test/Ice/timeout/Client.py
+++ b/py/test/Ice/timeout/Client.py
@@ -40,7 +40,7 @@ try:
# 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", "10000000");
#
# For this test, we want to disable retries.