From 8e8bd8b2541e3fc299c46e292c5e24b54c0ce4a5 Mon Sep 17 00:00:00 2001 From: ravowlga123 Date: Wed, 28 Aug 2019 11:45:31 +0200 Subject: [PATCH] HBASE-22893 Change the comment in HBaseClassTestRule to reflect change in default test timeouts (addendum, changes in the book) Signed-off-by: Guanghao Zhang --- src/main/asciidoc/_chapters/developer.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/asciidoc/_chapters/developer.adoc b/src/main/asciidoc/_chapters/developer.adoc index 4fe73ab62c0b..04d8e34f3739 100644 --- a/src/main/asciidoc/_chapters/developer.adoc +++ b/src/main/asciidoc/_chapters/developer.adoc @@ -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)))::