Skip to content

Commit cfd9601

Browse files
committed
Update max example defaults in README
1 parent 4b12b0e commit cfd9601

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ jobs:
254254
> There are several ways to avoid this problem:
255255
>
256256
> - 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
258258
> make it more likely that the failing case will be found, but it will also
259259
> make the tests take longer to run.
260260
> - Don't use `-o xfail_strict=True`. This will make it so that if an XFAIL
@@ -275,7 +275,7 @@ jobs:
275275
The tests make heavy use
276276
[Hypothesis](https://hypothesis.readthedocs.io/en/latest/). You can configure
277277
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
279279
values should result in more rigorous runs. For example, `--max-examples
280280
10_000` may find bugs where default runs don't but will take much longer to
281281
run.

0 commit comments

Comments
 (0)