This is an automated email from the ASF dual-hosted git repository.

jgoodyear pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/activemq.git


The following commit(s) were added to refs/heads/master by this push:
     new ec9daee  [AMQ-7135] Update AMQ2832 unit test expectation post 7135 fix
ec9daee is described below

commit ec9daee6c3e7831ebb851be65feaf93575771265
Author: jgoodyear <jgoody...@apache.org>
AuthorDate: Mon Jan 28 18:08:00 2019 -0330

    [AMQ-7135] Update AMQ2832 unit test expectation post 7135 fix
---
 .../src/test/java/org/apache/activemq/bugs/AMQ2832Test.java             | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/activemq-unit-tests/src/test/java/org/apache/activemq/bugs/AMQ2832Test.java 
b/activemq-unit-tests/src/test/java/org/apache/activemq/bugs/AMQ2832Test.java
index 6ce1bf9..fefb826 100644
--- 
a/activemq-unit-tests/src/test/java/org/apache/activemq/bugs/AMQ2832Test.java
+++ 
b/activemq-unit-tests/src/test/java/org/apache/activemq/bugs/AMQ2832Test.java
@@ -289,7 +289,7 @@ public class AMQ2832Test {
         assertTrue("Less than three journal file expected, was " + 
getNumberOfJournalFiles(), Wait.waitFor(new Wait.Condition() {
             @Override
             public boolean isSatisified() throws Exception {
-                return getNumberOfJournalFiles() <= 3;
+                return getNumberOfJournalFiles() <= 4;
             }
         }, TimeUnit.MINUTES.toMillis(3)));
 

Reply via email to