NO-JIRA: Add timeout for flaky test

This commit is contained in:
Christopher L. Shannon (cshannon) 2022-11-16 12:46:05 -05:00
parent 757a712890
commit b6540746a2
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ public class AMQ7118Test {
}
@Test
@Test(timeout = 90000)
public void testCompaction() throws Exception {
CountDownLatch latch = new CountDownLatch(1);