Skip to content

Commit dd61dce

Browse files
committed
Document two missing arguments
Fixes: #614
1 parent a1a6c77 commit dd61dce

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,12 @@ Pass ``-n auto`` to use as many processes as your computer has CPU cores. This
7979
can lead to considerable speed ups, especially if your test suite takes a
8080
noticeable amount of time.
8181

82+
* ``--maxprocesses=maxprocesses``: limit the maximum number of workers to
83+
process the tests.
84+
85+
* ``--max-worker-restart``: maximum number of workers that can be restarted
86+
when crashed (set to zero to disable this feature).
87+
8288
The test distribution algorithm is configured with the ``--dist`` command-line option:
8389

8490
.. _distribution modes:

0 commit comments

Comments
 (0)