mattisonchao commented on a change in pull request #11164:
URL: https://github.com/apache/pulsar/pull/11164#discussion_r661977761
##########
File path:
pulsar-client-tools-test/src/test/java/org/apache/pulsar/client/cli/PulsarClientToolTest.java
##########
@@ -207,7 +186,7 @@ public void testDurableSubscribe() throws Exception {
Assert.assertFalse(future.isCompletedExceptionally());
future.get();
//wait for close
- Thread.sleep(2000);
+ Awaitility.waitAtMost(Duration.ofDays(2000));
Review comment:
I'm so sorry, This is my mistake, I will fix it ASAP.
--
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]