davidradl commented on code in PR #27462:
URL: https://github.com/apache/flink/pull/27462#discussion_r2720841369


##########
flink-runtime/src/test/java/org/apache/flink/runtime/testutils/CommonTestUtils.java:
##########
@@ -70,6 +71,9 @@ public class CommonTestUtils {
 
     private static final long RETRY_INTERVAL = 100L;
 
+    /** Default timeout for waiting on tasks to reach running state. */
+    public static final Duration DEFAULT_WAIT_FOR_TASKS_TIMEOUT = 
Duration.ofMinutes(5);

Review Comment:
   This seems like a workaround, similar to review comments in [PR 
27433](https://github.com/apache/flink/pull/27433). We should address the root 
cause of each test that causes this hang. @snuyanzin do you agree with this 
assessment? I assume the example scenario in the Jira is not one we currently 
have in our unit tests.
   
   Also I am curious how you decided on 5 minutes as the default? 



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