summaryrefslogtreecommitdiff
path: root/java/test/Ice/retry/Client.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/test/Ice/retry/Client.java')
-rw-r--r--java/test/Ice/retry/Client.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/java/test/Ice/retry/Client.java b/java/test/Ice/retry/Client.java
index c87c6160088..df8d88c92c9 100644
--- a/java/test/Ice/retry/Client.java
+++ b/java/test/Ice/retry/Client.java
@@ -25,11 +25,11 @@ public class Client extends test.Util.Application
{
Ice.InitializationData initData = new Ice.InitializationData();
initData.properties = Ice.Util.createProperties(argsH);
+ initData.observer = Instrumentation.getObserver();
+
initData.properties.setProperty("Ice.Package.Test", "test.Ice.retry");
- //
- // For this test, we want to disable retries.
- //
- initData.properties.setProperty("Ice.RetryIntervals", "-1");
+
+ initData.properties.setProperty("Ice.RetryIntervals", "0 10 20 30");
//
// We don't want connection warnings because of the timeout