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

cshannon pushed a commit to branch activemq-5.17.x
in repository https://gitbox.apache.org/repos/asf/activemq.git


The following commit(s) were added to refs/heads/activemq-5.17.x by this push:
     new 27e16b1d4 NO-JIRA: Add timeout for flaky test
27e16b1d4 is described below

commit 27e16b1d488fdde82d0bf4b6e2d1b2c682259c92
Author: Christopher L. Shannon (cshannon) <[email protected]>
AuthorDate: Wed Nov 16 12:46:05 2022 -0500

    NO-JIRA: Add timeout for flaky test
    
    (cherry picked from commit b6540746a23f6b8d96279392551c3b50626f02d8)
---
 .../src/test/java/org/apache/activemq/bugs/AMQ7118Test.java             | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/activemq-unit-tests/src/test/java/org/apache/activemq/bugs/AMQ7118Test.java 
b/activemq-unit-tests/src/test/java/org/apache/activemq/bugs/AMQ7118Test.java
index 18053e48e..7d46a9268 100644
--- 
a/activemq-unit-tests/src/test/java/org/apache/activemq/bugs/AMQ7118Test.java
+++ 
b/activemq-unit-tests/src/test/java/org/apache/activemq/bugs/AMQ7118Test.java
@@ -85,7 +85,7 @@ public class AMQ7118Test {
     }
 
 
-    @Test
+    @Test(timeout = 90000)
     public void testCompaction() throws Exception {
         CountDownLatch latch = new CountDownLatch(1);
 

Reply via email to