diff --git a/src/main/asciidoc/_chapters/developer.adoc b/src/main/asciidoc/_chapters/developer.adoc index c61166c6345..3e27b2096a9 100644 --- a/src/main/asciidoc/_chapters/developer.adoc +++ b/src/main/asciidoc/_chapters/developer.adoc @@ -1263,7 +1263,7 @@ ConnectionCount=1 (was 1) * All tests must be categorized, if not they could be skipped. * All tests should be written to be as fast as possible. -* See < for test case categories and corresponding timeouts. +* See <> for test case categories and corresponding timeouts. This should ensure a good parallelization for people using it, and ease the analysis when the test fails. [[hbase.tests.sleeps]]