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 2020/03/25 03:05:34 UTC

[activemq-artemis] branch master updated: NO-JIRA Adding timeout into AmqpReplicatedLargeMessageTest

This is an automated email from the ASF dual-hosted git repository.

clebertsuconic pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git


The following commit(s) were added to refs/heads/master by this push:
     new 31e72c6  NO-JIRA Adding timeout into AmqpReplicatedLargeMessageTest
31e72c6 is described below

commit 31e72c6cbb50f418be547b7cfc3f27bf07867ad3
Author: Clebert Suconic <cl...@apache.org>
AuthorDate: Tue Mar 24 23:05:23 2020 -0400

    NO-JIRA Adding timeout into AmqpReplicatedLargeMessageTest
---
 .../integration/amqp/largemessages/AmqpReplicatedLargeMessageTest.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/largemessages/AmqpReplicatedLargeMessageTest.java b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/largemessages/AmqpReplicatedLargeMessageTest.java
index 1fb8db6..5fc4e60 100644
--- a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/largemessages/AmqpReplicatedLargeMessageTest.java
+++ b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/largemessages/AmqpReplicatedLargeMessageTest.java
@@ -75,7 +75,7 @@ public class AmqpReplicatedLargeMessageTest extends AmqpReplicatedTestSupport {
    }
 
 
-   @Test
+   @Test(timeout = 60_000)
    public void testSimpleSend() throws Exception {
       try {