hdchen commented on a change in pull request #928: [RIP-10] 
Fix-ScheduleMessageServiceTest
URL: https://github.com/apache/rocketmq/pull/928#discussion_r260585322
 
 

 ##########
 File path: 
store/src/test/java/org/apache/rocketmq/store/schedule/ScheduleMessageServiceTest.java
 ##########
 @@ -132,7 +135,7 @@ public void deliverDelayedMessageTimerTaskTest() throws 
InterruptedException {
 
         // timer run maybe delay, then consumer message again
         // and wait offsetTable
-        TimeUnit.SECONDS.sleep(3);
+        TimeUnit.SECONDS.sleep(10);
         scheduleMessageService.buildRunningStats(new HashMap<String, 
String>());
 
 
 Review comment:
   Here you need to ensure that the consumequeue reput

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to