diff options
Diffstat (limited to 'java')
-rw-r--r-- | java/test/Ice/timeout/AllTests.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/test/Ice/timeout/AllTests.java b/java/test/Ice/timeout/AllTests.java index 26a7e805a93..67ee9a044a4 100644 --- a/java/test/Ice/timeout/AllTests.java +++ b/java/test/Ice/timeout/AllTests.java @@ -349,7 +349,7 @@ public class AllTests } try { - Thread.sleep(300); + Thread.sleep(500); } catch(java.lang.InterruptedException ex) { |