diff options
Diffstat (limited to 'java/test/Ice/retry/Client.java')
-rw-r--r-- | java/test/Ice/retry/Client.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/test/Ice/retry/Client.java b/java/test/Ice/retry/Client.java index aaec9406b13..190fda805dd 100644 --- a/java/test/Ice/retry/Client.java +++ b/java/test/Ice/retry/Client.java @@ -31,7 +31,7 @@ public class Client extends test.Util.Application initData.properties.setProperty("Ice.Package.Test", "test.Ice.retry"); - initData.properties.setProperty("Ice.RetryIntervals", "0 10 20 30"); + initData.properties.setProperty("Ice.RetryIntervals", "0 1 100 1"); // // We don't want connection warnings because of the timeout |