[no jira] extend the timeout b/c it was on the margins

This commit is contained in:
gtully 2018-03-01 11:38:16 +00:00
parent 82c9f9531e
commit b57f4f3211
1 changed files with 1 additions and 1 deletions

View File

@ -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();