mirror of
https://github.com/apache/activemq.git
synced 2025-02-09 11:35:36 +00:00
[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…
x
Reference in New Issue
Block a user