diff --git a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/management/AddressControlTest.java b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/management/AddressControlTest.java index cbcba36e93..67a0f59e72 100644 --- a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/management/AddressControlTest.java +++ b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/management/AddressControlTest.java @@ -188,7 +188,7 @@ public class AddressControlTest extends ManagementTestBase { SimpleString address = RandomUtil.randomSimpleString(); AddressSettings addressSettings = new AddressSettings().setPageSizeBytes(1024).setMaxSizeBytes(10 * 1024); - final int NUMBER_MESSAGES_BEFORE_PAGING = 5; + final int NUMBER_MESSAGES_BEFORE_PAGING = 7; server.getAddressSettingsRepository().addMatch(address.toString(), addressSettings); server.start();