stoty commented on code in PR #8096:
URL: https://github.com/apache/hadoop/pull/8096#discussion_r2548602782


##########
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/TestRMHA.java:
##########
@@ -474,6 +476,7 @@ public synchronized void startInternal() throws Exception {
   }
 
   @Test
+  @Timeout(value=60, unit = TimeUnit.SECONDS, threadMode = SEPARATE_THREAD)

Review Comment:
   This is a rather new Junit 5 feature.
   I had to add this for some tests, but apparently it's not needed for this 
one.



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to