mirror of https://github.com/apache/activemq.git
NO-JIRA: Add timeout for flaky test
This commit is contained in:
parent
757a712890
commit
b6540746a2
|
@ -85,7 +85,7 @@ public class AMQ7118Test {
|
|||
}
|
||||
|
||||
|
||||
@Test
|
||||
@Test(timeout = 90000)
|
||||
public void testCompaction() throws Exception {
|
||||
CountDownLatch latch = new CountDownLatch(1);
|
||||
|
||||
|
|
Loading…
Reference in New Issue