Skip to content

Commit 8e8bd8b

Browse files
rabi-kumarinfraio
authored andcommitted
HBASE-22893 Change the comment in HBaseClassTestRule to reflect change in default test timeouts (addendum, changes in the book)
Signed-off-by: Guanghao Zhang <[email protected]>
1 parent 4e09e4f commit 8e8bd8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/asciidoc/_chapters/developer.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1267,7 +1267,7 @@ Medium Tests (((MediumTests)))::
12671267
Large Tests (((LargeTests)))::
12681268
_Large_ test cases are everything else. They are typically large-scale tests, regression tests
12691269
for specific bugs, timeout tests, or performance tests. No large test suite can take longer than
1270-
ten minutes. It will be killed as timed out. Cast your test as an Integration Test if it needs
1270+
thirteen minutes. It will be killed as timed out. Cast your test as an Integration Test if it needs
12711271
to run longer.
12721272

12731273
Integration Tests (((IntegrationTests)))::

0 commit comments

Comments
 (0)