SteNicholas commented on code in PR #8188:
URL: https://github.com/apache/hudi/pull/8188#discussion_r1138039079
##########
hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/sink/utils/TimeWait.java:
##########
@@ -67,7 +68,7 @@ public void waitFor() {
* Builder.
*/
public static class Builder {
- private long timeout = 5 * 60 * 1000L; // default 5 minutes
+ private long timeout = 10 * 60 * 1000L; // default 10 minutes
Review Comment:
Why should this update the default timeout?
--
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]