[AMQ-7135] Update AMQ2832 unit test expectation post 7135 fix

This commit is contained in:
jgoodyear 2019-01-28 18:08:00 -03:30
parent daea192eef
commit ec9daee6c3
1 changed files with 1 additions and 1 deletions

View File

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