You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by GitBox <gi...@apache.org> on 2021/03/09 06:41:06 UTC

[GitHub] [ozone] ayushtkn commented on a change in pull request #2006: HDDS-4921. Replace the usage of deprecated Junit#timeout() in Ozone.

ayushtkn commented on a change in pull request #2006:
URL: https://github.com/apache/ozone/pull/2006#discussion_r589977670



##########
File path: hadoop-hdds/common/src/test/java/org/apache/hadoop/hdds/scm/net/TestNodeSchemaManager.java
##########
@@ -50,7 +50,7 @@ public TestNodeSchemaManager() {
   }
 
   @Rule
-  public Timeout testTimeout = new Timeout(30000);
+  public Timeout testTimeout = Timeout.seconds(300);

Review comment:
       Will it be `Timeout.seconds(30)` instead of 300? 




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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org