diff options
Diffstat (limited to 'java/test/Ice/retry/Collocated.java')
-rw-r--r-- | java/test/Ice/retry/Collocated.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/test/Ice/retry/Collocated.java b/java/test/Ice/retry/Collocated.java index 63868d1d64a..a193c18eaf4 100644 --- a/java/test/Ice/retry/Collocated.java +++ b/java/test/Ice/retry/Collocated.java @@ -35,7 +35,7 @@ public class Collocated 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 |