You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by GitBox <gi...@apache.org> on 2022/06/15 03:24:21 UTC

[GitHub] [incubator-inlong] healchow commented on a diff in pull request #4605: [INLONG-4576][Manager] Use Junit5(Jupiter) to replace Junit4

healchow commented on code in PR #4605:
URL: https://github.com/apache/incubator-inlong/pull/4605#discussion_r897498435


##########
inlong-manager/manager-client-examples/src/test/java/org/apache/inlong/manager/client/Kafka2HiveExample.java:
##########
@@ -39,14 +40,15 @@
  * Test class for kafka to hive.
  */
 @Slf4j
+@Disabled
 public class Kafka2HiveExample extends BaseExample {
 
     @Test
     public void testCreateGroupForHive() {
         ClientConfiguration configuration = new ClientConfiguration();
-        configuration.setWriteTimeout(10);
-        configuration.setReadTimeout(10);
-        configuration.setConnectTimeout(10);
+        configuration.setWriteTimeout(1000);

Review Comment:
   Why increase those timeouts?



-- 
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: commits-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org