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:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]