ARTEMIS-3234 Adjusting sizes on MessagesExpiredPagingTest

This commit is contained in:
Clebert Suconic 2021-08-24 13:38:24 -04:00
parent ac46c56a2b
commit e05221eba4
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ public class MessagesExpiredPagingTest extends ActiveMQTestBase {
c.consumedDelta.set(0);
}
producer.setTimeToLive(10);
for (int i = 0; i < 1000; i++) {
for (int i = 0; i < 5000; i++) {
if (i > 0 && i % 100 == 0) {
for (Consumer c : consumers) {
Wait.waitFor(() -> !queues[0].getPagingStore().isPaging(), 1000, 100, false);