danny0405 commented on code in PR #12995:
URL: https://github.com/apache/hudi/pull/12995#discussion_r2004601814


##########
hudi-flink-datasource/hudi-flink/src/test/java/org/apache/hudi/table/ITTestHoodieDataSource.java:
##########
@@ -2266,7 +2266,7 @@ void testDynamicPartitionPrune(HoodieTableType tableType, 
boolean hiveStyleParti
     // write second commit
     TestData.writeData(TestData.DATA_SET_INSERT_SEPARATE_PARTITION, conf);
     // stop the streaming query and get data
-    List<Row> actualResult = fetchResult(streamTableEnv, tableResult, 10);
+    List<Row> actualResult = fetchResult(streamTableEnv, tableResult, 60);

Review Comment:
   `60s` is too long for the wait and sleeping.



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