File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -254,7 +254,7 @@ jobs:
254
254
> There are several ways to avoid this problem:
255
255
>
256
256
> - Increase the maximum number of examples, e.g., by adding ` --max-examples
257
- > 200` to the test command (the default is `100 `, see below). This will
257
+ > 200` to the test command (the default is `20 `, see below). This will
258
258
> make it more likely that the failing case will be found, but it will also
259
259
> make the tests take longer to run.
260
260
> - Don't use `-o xfail_strict=True`. This will make it so that if an XFAIL
@@ -275,7 +275,7 @@ jobs:
275
275
The tests make heavy use
276
276
[Hypothesis](https://hypothesis.readthedocs.io/en/latest/). You can configure
277
277
how many examples are generated using the `--max-examples` flag, which
278
- defaults to `100 `. Lower values can be useful for quick checks, and larger
278
+ defaults to `20 `. Lower values can be useful for quick checks, and larger
279
279
values should result in more rigorous runs. For example, `--max-examples
280
280
10_000` may find bugs where default runs don't but will take much longer to
281
281
run.
You can’t perform that action at this time.
0 commit comments