summaryrefslogtreecommitdiff
path: root/py/test/Ice/timeout/Client.py
diff options
context:
space:
mode:
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.