summaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorRafael H. Schloming <rhs@apache.org>2009-03-17 17:09:12 +0000
committerRafael H. Schloming <rhs@apache.org>2009-03-17 17:09:12 +0000
commit18660ec7737192475cf981d278de26f0efa7e12e (patch)
tree40be42ad69038eb92487c38ba9818f6ec434123b /java
parent7cbc05750f2feb8ad76ee356c5e8d398e61431b5 (diff)
downloadqpid-python-18660ec7737192475cf981d278de26f0efa7e12e.tar.gz
increased timeout for ConnectionCloseTest
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@755324 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java')
-rw-r--r--java/systests/src/main/java/org/apache/qpid/test/unit/client/connection/ConnectionCloseTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/systests/src/main/java/org/apache/qpid/test/unit/client/connection/ConnectionCloseTest.java b/java/systests/src/main/java/org/apache/qpid/test/unit/client/connection/ConnectionCloseTest.java
index b932b1d784..5d8ee785ec 100644
--- a/java/systests/src/main/java/org/apache/qpid/test/unit/client/connection/ConnectionCloseTest.java
+++ b/java/systests/src/main/java/org/apache/qpid/test/unit/client/connection/ConnectionCloseTest.java
@@ -77,7 +77,7 @@ public class ConnectionCloseTest extends QpidTestCase
// This should leave the finalizer enough time to notify those threads
synchronized (this)
{
- this.wait(1000);
+ this.wait(10000);
}
Map<Thread,StackTraceElement[]> after = Thread.getAllStackTraces();