summaryrefslogtreecommitdiff
path: root/java/test/Ice/timeout/Client.java
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2014-08-07 01:00:42 +0200
committerJose <jose@zeroc.com>2014-08-07 01:00:42 +0200
commitd86ef31c63190285dda3233b8ee2cb5d381c7686 (patch)
tree653d33813fef2d5997916d8462f516646af919c3 /java/test/Ice/timeout/Client.java
parentupdating .depend files (diff)
downloadice-d86ef31c63190285dda3233b8ee2cb5d381c7686.tar.bz2
ice-d86ef31c63190285dda3233b8ee2cb5d381c7686.tar.xz
ice-d86ef31c63190285dda3233b8ee2cb5d381c7686.zip
Windows SSL SChannel implementation & OS X Secure Transport fixes.
Diffstat (limited to 'java/test/Ice/timeout/Client.java')
-rw-r--r--java/test/Ice/timeout/Client.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/test/Ice/timeout/Client.java b/java/test/Ice/timeout/Client.java
index d16286fddc0..95b21ce370b 100644
--- a/java/test/Ice/timeout/Client.java
+++ b/java/test/Ice/timeout/Client.java
@@ -30,7 +30,7 @@ public class Client extends test.Util.Application
// 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");
//
// For this test, we want to disable retries.