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


##########
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:
   >I think a timeout would be as a good "guard" for limit the unit test timing 
(especially when there would have infinite dead waiting).
   
   we have global Azure timeouts for that
   more details are here 
https://flink.apache.org/how-to-contribute/code-style-and-quality-common/#avoid-timeouts-in-junit-tests
   
   can you elaborate why it doesn't help?



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