We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c882672 commit ec68bf3Copy full SHA for ec68bf3
hbase-common/src/test/java/org/apache/hadoop/hbase/HBaseClassTestRule.java
@@ -61,7 +61,7 @@ private static long getTimeoutInSeconds(Class<?> clazz) {
61
Category[] categories = clazz.getAnnotationsByType(Category.class);
62
for (Class<?> c : categories[0].value()) {
63
if (c == SmallTests.class || c == MediumTests.class || c == LargeTests.class) {
64
- // All tests have a 10minute timeout.
+ // All tests have a 13 minutes timeout.
65
return TimeUnit.MINUTES.toSeconds(13);
66
}
67
if (c == IntegrationTests.class) {
0 commit comments