You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by gt...@apache.org on 2018/03/01 11:38:25 UTC

activemq git commit: [no jira] extend the timeout b/c it was on the margins

Repository: activemq
Updated Branches:
  refs/heads/master 82c9f9531 -> b57f4f321


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


Project: http://git-wip-us.apache.org/repos/asf/activemq/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/b57f4f32
Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/b57f4f32
Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/b57f4f32

Branch: refs/heads/master
Commit: b57f4f3211502d1cfe2f8e236665e07b22af9bbf
Parents: 82c9f95
Author: gtully <ga...@gmail.com>
Authored: Thu Mar 1 11:38:16 2018 +0000
Committer: gtully <ga...@gmail.com>
Committed: Thu Mar 1 11:38:16 2018 +0000

----------------------------------------------------------------------
 .../src/test/java/org/apache/activemq/bugs/AMQ6815Test.java        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq/blob/b57f4f32/activemq-unit-tests/src/test/java/org/apache/activemq/bugs/AMQ6815Test.java
----------------------------------------------------------------------
diff --git a/activemq-unit-tests/src/test/java/org/apache/activemq/bugs/AMQ6815Test.java b/activemq-unit-tests/src/test/java/org/apache/activemq/bugs/AMQ6815Test.java
index 0b41195..8b47b06 100644
--- a/activemq-unit-tests/src/test/java/org/apache/activemq/bugs/AMQ6815Test.java
+++ b/activemq-unit-tests/src/test/java/org/apache/activemq/bugs/AMQ6815Test.java
@@ -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();