coderzc commented on code in PR #19615:
URL: https://github.com/apache/pulsar/pull/19615#discussion_r1118481355
##########
pulsar-broker/src/test/java/org/apache/pulsar/broker/service/persistent/DelayedDeliveryTest.java:
##########
@@ -479,7 +479,7 @@ public void testClearDelayedMessagesWhenClearBacklog()
throws PulsarClientExcept
Producer<String> producer = pulsarClient.newProducer(Schema.STRING)
.topic(topic).create();
- final int messages = 100;
+ final int messages = 10;
Review Comment:
Due to I increase snapshot in test, this test is timeout, so I reduced the
number of messages
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]