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:
parent
4e09e4f88f
commit
8e8bd8b254
|
@ -1267,7 +1267,7 @@ Medium Tests (((MediumTests)))::
|
||||||
Large Tests (((LargeTests)))::
|
Large Tests (((LargeTests)))::
|
||||||
_Large_ test cases are everything else. They are typically large-scale tests, regression tests
|
_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
|
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.
|
to run longer.
|
||||||
|
|
||||||
Integration Tests (((IntegrationTests)))::
|
Integration Tests (((IntegrationTests)))::
|
||||||
|
|
Loading…
Reference in New Issue