diff options
Diffstat (limited to 'java/test/Ice/operations/Client.java')
-rw-r--r-- | java/test/Ice/operations/Client.java | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/java/test/Ice/operations/Client.java b/java/test/Ice/operations/Client.java index 3edf4d4c3fd..278a2045322 100644 --- a/java/test/Ice/operations/Client.java +++ b/java/test/Ice/operations/Client.java @@ -54,6 +54,11 @@ public class Client // properties.setProperty("Ice.MessageSizeMax", "100"); + // + // We don't want connection warnings because of the timeout test. + // + properties.setProperty("Ice.Warn.Connections", "0"); + communicator = Ice.Util.initialize(argsH); status = run(argsH.value, communicator); } |