mirror of https://github.com/apache/activemq.git
[AMQ-7135] Update AMQ2832 unit test expectation post 7135 fix
This commit is contained in:
parent
daea192eef
commit
ec9daee6c3
|
@ -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)));
|
||||
|
||||
|
|
Loading…
Reference in New Issue