Skip to content

Commit

Permalink
[AMQ-7135] Update AMQ2832 unit test expectation post 7135 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jgoodyear committed Jan 28, 2019
1 parent daea192 commit ec9daee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ public void testAlternateLossScenario() throws Exception {
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)));

Expand Down

0 comments on commit ec9daee

Please sign in to comment.