File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -165,10 +165,8 @@ SELECTION OPTIONS
165165.. option :: --max-time=N
166166
167167 Spend at most ``N `` seconds (approximately) running tests and then terminate.
168-
169- .. option :: --shuffle
170-
171- Run the tests in a random order.
168+ Note that this is not an alias for :option: ``--timeout=N ``; the two are
169+ different kinds of maximums.
172170
173171.. option :: --num-shards=M
174172
@@ -187,6 +185,16 @@ SELECTION OPTIONS
187185 must be in the range ``1..M ``. The environment variable
188186 ``LIT_RUN_SHARD `` can also be used in place of this option.
189187
188+ .. option :: --shuffle
189+
190+ Run the tests in a random order.
191+
192+ .. option :: --timeout=N
193+
194+ Spend at most ``N `` seconds (approximately) running each individual test.
195+ ``0 `` means no time limit, and ``0 `` is the default. Note that this is not an
196+ alias for :option: ``--max-time=N ``; the two are different kinds of maximums.
197+
190198.. option :: --filter=REGEXP
191199
192200 Run only those tests whose name matches the regular expression specified in
You can’t perform that action at this time.
0 commit comments