summaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2009-12-17 13:38:34 +0100
committerBenoit Foucher <benoit@zeroc.com>2009-12-17 13:38:34 +0100
commit1cfcfa309b6dac40feace71ce8dc71d4f7b2bc02 (patch)
treefcaaa64871fa8610fcbddfd5fbb5fa7c2664b5aa /java
parentFixed bug 4486 - fixes to avoid hang in case of failure (diff)
downloadice-1cfcfa309b6dac40feace71ce8dc71d4f7b2bc02.tar.bz2
ice-1cfcfa309b6dac40feace71ce8dc71d4f7b2bc02.tar.xz
ice-1cfcfa309b6dac40feace71ce8dc71d4f7b2bc02.zip
Fix for bug 4493 - bumped sleep for close timeout test
Diffstat (limited to '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 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)
{