diff options
Diffstat (limited to 'java-compat/test/src/main/java/test/Ice/retry/AllTests.java')
-rw-r--r-- | java-compat/test/src/main/java/test/Ice/retry/AllTests.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java-compat/test/src/main/java/test/Ice/retry/AllTests.java b/java-compat/test/src/main/java/test/Ice/retry/AllTests.java index 2b0aa61c567..a0f80fafeea 100644 --- a/java-compat/test/src/main/java/test/Ice/retry/AllTests.java +++ b/java-compat/test/src/main/java/test/Ice/retry/AllTests.java @@ -311,7 +311,7 @@ public class AllTests // The timeout might occur on connection establishment or because of the sleep. What's // important here is to make sure there are 4 retries and that no calls succeed to // ensure retries with the old connection timeout semantics work. - RetryPrx retryWithTimeout = (RetryPrx)retry1.ice_invocationTimeout(-2).ice_timeout(100); + RetryPrx retryWithTimeout = (RetryPrx)retry1.ice_invocationTimeout(-2).ice_timeout(200); try { retryWithTimeout.sleep(1000); |