diff options
author | Mark Spruiell <mes@zeroc.com> | 2006-07-03 20:05:36 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2006-07-03 20:05:36 +0000 |
commit | c10939556fba624a587fab537a7f257542e11575 (patch) | |
tree | eb5f2482910ea0e42bac8cc395da8482a5fbdcd8 /java/test/Ice/slicing/exceptions/csrc/AllTests.java | |
parent | Fix (diff) | |
download | ice-c10939556fba624a587fab537a7f257542e11575.tar.bz2 ice-c10939556fba624a587fab537a7f257542e11575.tar.xz ice-c10939556fba624a587fab537a7f257542e11575.zip |
increasing timeout
Diffstat (limited to 'java/test/Ice/slicing/exceptions/csrc/AllTests.java')
-rw-r--r-- | java/test/Ice/slicing/exceptions/csrc/AllTests.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/test/Ice/slicing/exceptions/csrc/AllTests.java b/java/test/Ice/slicing/exceptions/csrc/AllTests.java index 05e88d3e548..ca5eae20f11 100644 --- a/java/test/Ice/slicing/exceptions/csrc/AllTests.java +++ b/java/test/Ice/slicing/exceptions/csrc/AllTests.java @@ -629,7 +629,7 @@ public class AllTests { System.out.print("testing stringToProxy... "); System.out.flush(); - String ref = "Test:default -p 12010 -t 2000"; + String ref = "Test:default -p 12010 -t 10000"; Ice.ObjectPrx base = communicator.stringToProxy(ref); test(base != null); System.out.println("ok"); |