We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 509d69c commit 6a4a640Copy full SHA for 6a4a640
activemq-unit-tests/src/test/java/org/apache/activemq/bugs/AMQ6815Test.java
@@ -73,7 +73,7 @@ public void tearDown() throws Exception {
73
brokerService.stop();
74
}
75
76
- @Test(timeout = 120000)
+ @Test(timeout = 240000)
77
public void testHeapUsage() throws Exception {
78
Runtime.getRuntime().gc();
79
final long initUsedMemory = Runtime.getRuntime().totalMemory() - Runtime.getRuntime().freeMemory();
0 commit comments