This is an automated email from the ASF dual-hosted git repository.

sakthi pushed a commit to branch branch-2
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-2 by this push:
     new c60748c  HBASE-22893 Change the comment in HBaseClassTestRule to 
reflect change in default test timeouts (#545)
c60748c is described below

commit c60748cba176fa2cc0b40a6932326e3d8200f2f5
Author: ravowlga123 <[email protected]>
AuthorDate: Tue Aug 27 10:34:01 2019 +0200

    HBASE-22893 Change the comment in HBaseClassTestRule to reflect change in 
default test timeouts (#545)
    
    Signed-off-by: Sakthi <[email protected]>
---
 .../src/test/java/org/apache/hadoop/hbase/HBaseClassTestRule.java       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/hbase-common/src/test/java/org/apache/hadoop/hbase/HBaseClassTestRule.java 
b/hbase-common/src/test/java/org/apache/hadoop/hbase/HBaseClassTestRule.java
index c3bef0f..155bd92 100644
--- a/hbase-common/src/test/java/org/apache/hadoop/hbase/HBaseClassTestRule.java
+++ b/hbase-common/src/test/java/org/apache/hadoop/hbase/HBaseClassTestRule.java
@@ -61,7 +61,7 @@ public final class HBaseClassTestRule implements TestRule {
     Category[] categories = clazz.getAnnotationsByType(Category.class);
     for (Class<?> c : categories[0].value()) {
       if (c == SmallTests.class || c == MediumTests.class || c == 
LargeTests.class) {
-        // All tests have a 10minute timeout.
+        // All tests have a 13 minutes timeout.
         return TimeUnit.MINUTES.toSeconds(13);
       }
       if (c == IntegrationTests.class) {

Reply via email to