You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2020/03/29 04:17:34 UTC

[GitHub] [pulsar] codelipenghui commented on a change in pull request #6632: Stop hanging forever for non-terminated thread in test

codelipenghui commented on a change in pull request #6632: Stop hanging forever for non-terminated thread in test
URL: https://github.com/apache/pulsar/pull/6632#discussion_r399742903
 
 

 ##########
 File path: pulsar-io/flume/src/test/java/org/apache/pulsar/io/flume/node/TestApplication.java
 ##########
 @@ -117,7 +117,7 @@ public void testBasicConfiguration() throws Exception {
         eventBus.post(materializedConfiguration);
         application.start();
 
-        Thread.sleep(1000L);
+        Thread.sleep(1003L);
 
 Review comment:
   Is this a meaningful change?

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services