Merge pull request #750 from ssbarnea/fix/maxprocesses

This commit is contained in:
Bruno Oliveira 2022-01-29 08:04:12 -03:00 committed by GitHub
commit 1a5ad8ac20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -79,6 +79,12 @@ Pass ``-n auto`` to use as many processes as your computer has CPU cores. This
can lead to considerable speed ups, especially if your test suite takes a can lead to considerable speed ups, especially if your test suite takes a
noticeable amount of time. noticeable amount of time.
* ``--maxprocesses=maxprocesses``: limit the maximum number of workers to
process the tests.
* ``--max-worker-restart``: maximum number of workers that can be restarted
when crashed (set to zero to disable this feature).
The test distribution algorithm is configured with the ``--dist`` command-line option: The test distribution algorithm is configured with the ``--dist`` command-line option:
.. _distribution modes: .. _distribution modes: