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 a1a6c77 commit dd61dceCopy full SHA for dd61dce
README.rst
@@ -79,6 +79,12 @@ Pass ``-n auto`` to use as many processes as your computer has CPU cores. This
79
can lead to considerable speed ups, especially if your test suite takes a
80
noticeable amount of time.
81
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
88
The test distribution algorithm is configured with the ``--dist`` command-line option:
89
90
.. _distribution modes:
0 commit comments