Skip to content

Commit ec68bf3

Browse files
rabi-kumarthe-sakthi
authored andcommitted
HBASE-22893 Change the comment in HBaseClassTestRule to reflect change in default test timeouts (#545)
Signed-off-by: Sakthi <sakthi@apache.org>
1 parent c882672 commit ec68bf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hbase-common/src/test/java/org/apache/hadoop/hbase/HBaseClassTestRule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ private static long getTimeoutInSeconds(Class<?> clazz) {
6161
Category[] categories = clazz.getAnnotationsByType(Category.class);
6262
for (Class<?> c : categories[0].value()) {
6363
if (c == SmallTests.class || c == MediumTests.class || c == LargeTests.class) {
64-
// All tests have a 10minute timeout.
64+
// All tests have a 13 minutes timeout.
6565
return TimeUnit.MINUTES.toSeconds(13);
6666
}
6767
if (c == IntegrationTests.class) {

0 commit comments

Comments
 (0)