diff options
Diffstat (limited to 'java/test/Ice/exceptions/AllTests.java')
-rw-r--r-- | java/test/Ice/exceptions/AllTests.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/test/Ice/exceptions/AllTests.java b/java/test/Ice/exceptions/AllTests.java index 16938281a36..a04e6441396 100644 --- a/java/test/Ice/exceptions/AllTests.java +++ b/java/test/Ice/exceptions/AllTests.java @@ -780,7 +780,7 @@ public class AllTests System.out.print("testing stringToProxy... "); System.out.flush(); - String ref = "thrower:default -p 12345 -t 2000"; + String ref = "thrower:default -p 12345 -t 10000"; Ice.ObjectPrx base = communicator.stringToProxy(ref); test(base != null); System.out.println("ok"); |