mirror of https://github.com/apache/activemq.git
[AMQ-7135] Update AMQ2832 unit test expectation post 7135 fix
This commit is contained in:
parent
db814982c7
commit
fcfb059c87
|
@ -289,7 +289,7 @@ public class AMQ2832Test {
|
||||||
assertTrue("Less than three journal file expected, was " + getNumberOfJournalFiles(), Wait.waitFor(new Wait.Condition() {
|
assertTrue("Less than three journal file expected, was " + getNumberOfJournalFiles(), Wait.waitFor(new Wait.Condition() {
|
||||||
@Override
|
@Override
|
||||||
public boolean isSatisified() throws Exception {
|
public boolean isSatisified() throws Exception {
|
||||||
return getNumberOfJournalFiles() <= 3;
|
return getNumberOfJournalFiles() <= 4;
|
||||||
}
|
}
|
||||||
}, TimeUnit.MINUTES.toMillis(3)));
|
}, TimeUnit.MINUTES.toMillis(3)));
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue