diff options
| author | Rafael H. Schloming <rhs@apache.org> | 2009-03-17 17:09:12 +0000 |
|---|---|---|
| committer | Rafael H. Schloming <rhs@apache.org> | 2009-03-17 17:09:12 +0000 |
| commit | cc4412ec46f2513a26f4211d2b2596cc13f49705 (patch) | |
| tree | c6bf2513bb9e941dc90061fdd4fce1dd48f6b8a8 /qpid/java | |
| parent | 47123bb585e37775d53a84ce4e4ec9f720c6f215 (diff) | |
| download | qpid-python-cc4412ec46f2513a26f4211d2b2596cc13f49705.tar.gz | |
increased timeout for ConnectionCloseTest
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@755324 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java')
| -rw-r--r-- | qpid/java/systests/src/main/java/org/apache/qpid/test/unit/client/connection/ConnectionCloseTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/systests/src/main/java/org/apache/qpid/test/unit/client/connection/ConnectionCloseTest.java b/qpid/java/systests/src/main/java/org/apache/qpid/test/unit/client/connection/ConnectionCloseTest.java index b932b1d784..5d8ee785ec 100644 --- a/qpid/java/systests/src/main/java/org/apache/qpid/test/unit/client/connection/ConnectionCloseTest.java +++ b/qpid/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(); |
