ShannonDing commented on code in PR #8522:
URL: https://github.com/apache/rocketmq/pull/8522#discussion_r1714572141


##########
client/src/test/java/org/apache/rocketmq/client/producer/ProduceAccumulatorTest.java:
##########
@@ -106,6 +106,7 @@ public void testProduceAccumulator_sync() throws 
MQBrokerException, RemotingExce
         final MockMQProducer mockMQProducer = new MockMQProducer();
 
         final ProduceAccumulator produceAccumulator = new 
ProduceAccumulator("test");
+        produceAccumulator.batchMaxDelayMs(1000);

Review Comment:
   reset done.



-- 
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]

Reply via email to