Skip to content

Commit 7a250e0

Browse files
committed
Apply feedback
1 parent 1e645e4 commit 7a250e0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

documentation/src/docs/asciidoc/user-guide/writing-tests.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3439,9 +3439,9 @@ configuration parameter to one of the following options:
34393439

34403440
`fork_join_pool` (default)::
34413441
Use an executor service that is backed by a `ForkJoinPool` from the JDK. This will cause
3442-
tests to be executed in a `ForkJoinWorkerThread` and, in some cases, cause usages of
3443-
`ForkJoinPool` in test or production code or calls to blocking JDK APIs to increase the
3444-
number of concurrently executing tests. To avoid this limitation, please use
3442+
tests to be executed in a `ForkJoinWorkerThread`. In some cases, usages of
3443+
`ForkJoinPool` in test or production code or calls to blocking JDK APIs may cause the
3444+
number of concurrently executing tests to increase. To avoid this situation, please use
34453445
`worker_thread_pool`.
34463446

34473447
`worker_thread_pool` (experimental)::

0 commit comments

Comments
 (0)