summaryrefslogtreecommitdiff
path: root/java/test/Ice/timeout/AllTests.java
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2009-03-13 15:48:48 +0100
committerBenoit Foucher <benoit@zeroc.com>2009-03-13 15:48:48 +0100
commit6100dbec3982b80c6fe88cff15be24f44e5fa1ad (patch)
treecaea870ac8d428e0e1948e78733f476ae643a6f2 /java/test/Ice/timeout/AllTests.java
parentminor formatting tweaks to protobuf demo README (diff)
downloadice-6100dbec3982b80c6fe88cff15be24f44e5fa1ad.tar.bz2
ice-6100dbec3982b80c6fe88cff15be24f44e5fa1ad.tar.xz
ice-6100dbec3982b80c6fe88cff15be24f44e5fa1ad.zip
Fixed for bug 3830, 3866, 3857 - CHANGES fixes, test/Ice/timeout and udp failures, also committed minor fixes to other tests to better handle slow machines
Diffstat (limited to 'java/test/Ice/timeout/AllTests.java')
-rw-r--r--java/test/Ice/timeout/AllTests.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/test/Ice/timeout/AllTests.java b/java/test/Ice/timeout/AllTests.java
index 73cf9dffb5c..1f827eb9e47 100644
--- a/java/test/Ice/timeout/AllTests.java
+++ b/java/test/Ice/timeout/AllTests.java
@@ -190,7 +190,7 @@ public class AllTests
// Expect success.
//
timeout.op(); // Ensure adapter is active.
- TimeoutPrx to = TimeoutPrxHelper.uncheckedCast(obj.ice_timeout(1000));
+ TimeoutPrx to = TimeoutPrxHelper.uncheckedCast(obj.ice_timeout(2000));
to.holdAdapter(500);
to.ice_getConnection().close(true); // Force a reconnect.
try