You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2016/01/12 22:24:43 UTC

[2/2] activemq-artemis git commit: ARTEMIS-337 - [Artemis Testsuite] LiveToLiveFailoverTest.testNonTransactedWithZeroConsumerWindowSize fails

ARTEMIS-337 - [Artemis Testsuite] LiveToLiveFailoverTest.testNonTransactedWithZeroConsumerWindowSize 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/2c0f1df8
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/2c0f1df8
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/2c0f1df8

Branch: refs/heads/master
Commit: 2c0f1df827b8f255a5f76f9105cf95b2e6b28e72
Parents: bb40472
Author: Erich Duda <ed...@redhat.com>
Authored: Tue Jan 12 16:52:06 2016 +0100
Committer: Clebert Suconic <cl...@apache.org>
Committed: Tue Jan 12 16:24:34 2016 -0500

----------------------------------------------------------------------
 .../artemis/tests/integration/cluster/failover/FailoverTest.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/2c0f1df8/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/cluster/failover/FailoverTest.java
----------------------------------------------------------------------
diff --git a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/cluster/failover/FailoverTest.java b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/cluster/failover/FailoverTest.java
index 857176f..28012eb 100644
--- a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/cluster/failover/FailoverTest.java
+++ b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/cluster/failover/FailoverTest.java
@@ -466,7 +466,7 @@ public class FailoverTest extends FailoverTestBase {
 
       crash(session);
 
-      Assert.assertTrue(latch.await(1, TimeUnit.SECONDS));
+      Assert.assertTrue(latch.await(10, TimeUnit.SECONDS));
 
    }