Repository: activemq-artemis
Updated Branches:
  refs/heads/master a8c4ebd6a -> 6f2d329b9


ARTEMIS-341 - [Artemis Testsuite] 
ConsumerTest.testAcksWithSmallSendWindow[isNetty=false||true] fails


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/0c9c3def
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/0c9c3def
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/0c9c3def

Branch: refs/heads/master
Commit: 0c9c3defd6eb4903906f3fd9df0a1e107bd1659d
Parents: a8c4ebd
Author: Erich Duda <ed...@redhat.com>
Authored: Wed Jan 13 12:02:58 2016 +0100
Committer: Clebert Suconic <clebertsuco...@apache.org>
Committed: Wed Jan 13 10:14:11 2016 -0500

----------------------------------------------------------------------
 .../activemq/artemis/tests/integration/client/ConsumerTest.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/0c9c3def/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/client/ConsumerTest.java
----------------------------------------------------------------------
diff --git 
a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/client/ConsumerTest.java
 
b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/client/ConsumerTest.java
index 2868644..3be464e 100644
--- 
a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/client/ConsumerTest.java
+++ 
b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/client/ConsumerTest.java
@@ -274,7 +274,7 @@ public class ConsumerTest extends ActiveMQTestBase {
          }
       });
       sessionRec.start();
-      Assert.assertTrue(latch.await(5, TimeUnit.SECONDS));
+      Assert.assertTrue(latch.await(60, TimeUnit.SECONDS));
       sessionRec.close();
       locator.close();
    }

Reply via email to