diff --git a/src/main/asciidoc/_chapters/developer.adoc b/src/main/asciidoc/_chapters/developer.adoc index 4fe73ab62c0..04d8e34f373 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)))::