You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2019/02/27 04:03:22 UTC

[GitHub] hdchen commented on a change in pull request #928: [RIP-10] Fix-ScheduleMessageServiceTest

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:
users@infra.apache.org


With regards,
Apache Git Services