ARTEMIS-3234 Adjusting sizes on MessagesExpiredPagingTest

This commit is contained in:
Clebert Suconic 2021-08-24 12:21:28 -04:00
parent 20e66a2063
commit ac46c56a2b
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ public class MessagesExpiredPagingTest extends ActiveMQTestBase {
}
producer.setTimeToLive(300);
for (int i = 0; i < 1000; i++) {
for (int i = 0; i < 5000; i++) {
if (i > 0 && i % 100 == 0) {
queues[0].getPagingStore().forceAnotherPage();
}