Skip to content

Commit ee5e30a

Browse files
fix flaky AMQ6366Test (#1895)
1 parent 2fee158 commit ee5e30a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

activemq-unit-tests/src/test/java/org/apache/activemq/usecases/AMQ6366Test.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ protected void testNonDurableReceiveThrougRestart(final String pubBroker, final
6969

7070
startAllBrokers();
7171
waitForBridgeFormation();
72+
waitForMinTopicRegionConsumerCount(conBroker, 1);
7273

7374
final MessageConsumer client = createDurableSubscriber(conBroker, dest, "sub1");
7475
client.close();

0 commit comments

Comments
 (0)