liudezhi2098 commented on a change in pull request #13707:
URL: https://github.com/apache/pulsar/pull/13707#discussion_r791552401



##########
File path: 
pulsar-broker/src/test/java/org/apache/pulsar/client/impl/UnAcknowledgedMessagesTimeoutTest.java
##########
@@ -322,7 +398,7 @@ public void testFailoverSingleAckedPartitionedTopic() 
throws Exception {
         assertEquals(messagesReceived, totalMessages);
 
         // 5. Check if Messages redelivered again
-        Thread.sleep(ackTimeOutMillis);
+        Thread.sleep(ackTimeOutMillis * 2);

Review comment:
       Don't need to remove, verify the timeout of the first round.




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