Skip to content

Commit 6a4a640

Browse files
committed
fix: Give a bit more time on the CI to avoid random failures
1 parent 509d69c commit 6a4a640

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activemq-unit-tests/src/test/java/org/apache/activemq/bugs/AMQ6815Test.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public void tearDown() throws Exception {
7373
brokerService.stop();
7474
}
7575

76-
@Test(timeout = 120000)
76+
@Test(timeout = 240000)
7777
public void testHeapUsage() throws Exception {
7878
Runtime.getRuntime().gc();
7979
final long initUsedMemory = Runtime.getRuntime().totalMemory() - Runtime.getRuntime().freeMemory();

0 commit comments

Comments
 (0)