ARTEMIS-360 - PagingTest.testSpreadMessagesWithFilterWithDeadConsumer fails on timeout waiting for stop paging
extended waiting time
This commit is contained in:
parent
1562140493
commit
812affffbe
|
@ -1069,7 +1069,7 @@ public abstract class ActiveMQTestBase extends Assert {
|
|||
}
|
||||
|
||||
protected void waitForNotPaging(PagingStore store) throws InterruptedException {
|
||||
long timeout = System.currentTimeMillis() + 10000;
|
||||
long timeout = System.currentTimeMillis() + 20000;
|
||||
while (timeout > System.currentTimeMillis() && store.isPaging()) {
|
||||
Thread.sleep(100);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue