HBASE-22893 Change the comment in HBaseClassTestRule to reflect change in default test timeouts (addendum, changes in the book)

Signed-off-by: Guanghao Zhang <zghao@apache.org>
This commit is contained in:
ravowlga123 2019-08-28 11:45:31 +02:00 committed by Guanghao Zhang
parent 4e09e4f88f
commit 8e8bd8b254
1 changed files with 1 additions and 1 deletions

View File

@ -1267,7 +1267,7 @@ Medium Tests (((MediumTests)))::
Large Tests (((LargeTests)))::
_Large_ test cases are everything else. They are typically large-scale tests, regression tests
for specific bugs, timeout tests, or performance tests. No large test suite can take longer than
ten minutes. It will be killed as timed out. Cast your test as an Integration Test if it needs
thirteen minutes. It will be killed as timed out. Cast your test as an Integration Test if it needs
to run longer.
Integration Tests (((IntegrationTests)))::