From 7db4a1119ade3a1e882602c2fc2b689da2497ae7 Mon Sep 17 00:00:00 2001 From: "Rafael H. Schloming" Date: Thu, 22 May 2008 21:43:13 +0000 Subject: Made Range, RangeSet, and Session all use proper RFC1982 comparisons per QPID-861. Also switched command ids from long -> int, and added a mutex to channel to prevent multi-frame commands from interleaving when invoked from separate threads. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@659271 13f79535-47bb-0310-9956-ffa450edef68 --- .../apache/qpid/test/unit/client/channelclose/ChannelCloseOkTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qpid/java/client/src/test') diff --git a/qpid/java/client/src/test/java/org/apache/qpid/test/unit/client/channelclose/ChannelCloseOkTest.java b/qpid/java/client/src/test/java/org/apache/qpid/test/unit/client/channelclose/ChannelCloseOkTest.java index a49765baaf..74c0098d72 100644 --- a/qpid/java/client/src/test/java/org/apache/qpid/test/unit/client/channelclose/ChannelCloseOkTest.java +++ b/qpid/java/client/src/test/java/org/apache/qpid/test/unit/client/channelclose/ChannelCloseOkTest.java @@ -199,7 +199,7 @@ public class ChannelCloseOkTest extends QpidTestCase private void waitFor(List received, int count) throws InterruptedException { - long timeout = 6000; + long timeout = 20000; synchronized (received) { -- cgit v1.2.1