We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e09e4f commit 8e8bd8bCopy full SHA for 8e8bd8b
src/main/asciidoc/_chapters/developer.adoc
@@ -1267,7 +1267,7 @@ Medium Tests (((MediumTests)))::
1267
Large Tests (((LargeTests)))::
1268
_Large_ test cases are everything else. They are typically large-scale tests, regression tests
1269
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
+ thirteen minutes. It will be killed as timed out. Cast your test as an Integration Test if it needs
1271
to run longer.
1272
1273
Integration Tests (((IntegrationTests)))::
0 commit comments