diff options
author | Benoit Foucher <benoit@zeroc.com> | 2014-10-17 14:33:49 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2014-10-17 14:33:49 +0200 |
commit | 49f33a460b65131ba2bb9cfb419e228943ddedf2 (patch) | |
tree | e1f82355bc62b26ae9c225c41e8ffdbb877f73ec /java/test/Ice/retry/Client.java | |
parent | Fixed ICE-5518: allows saving application with no-restart when removing stopp... (diff) | |
download | ice-49f33a460b65131ba2bb9cfb419e228943ddedf2.tar.bz2 ice-49f33a460b65131ba2bb9cfb419e228943ddedf2.tar.xz ice-49f33a460b65131ba2bb9cfb419e228943ddedf2.zip |
Fixed ICE-5751: retry test failure on OS X 10.10
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 190fda805dd..f26a2b43eca 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 1 100 1"); + initData.properties.setProperty("Ice.RetryIntervals", "0 1 300 1"); // // We don't want connection warnings because of the timeout |