mirror of https://github.com/apache/activemq.git
[no jira] extend the timeout b/c it was on the margins
This commit is contained in:
parent
82c9f9531e
commit
b57f4f3211
|
@ -71,7 +71,7 @@ public class AMQ6815Test {
|
|||
brokerService.stop();
|
||||
}
|
||||
|
||||
@Test(timeout = 60000)
|
||||
@Test(timeout = 120000)
|
||||
public void testHeapUsage() throws Exception {
|
||||
Runtime.getRuntime().gc();
|
||||
final long initUsedMemory = Runtime.getRuntime().totalMemory() - Runtime.getRuntime().freeMemory();
|
||||
|
|
Loading…
Reference in New Issue