Skip to content

Commit d7b457a

Browse files
committed
Decrease the recommended number of max examples for CI
1 parent 234e9aa commit d7b457a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ jobs:
255255
> There are several ways to avoid this problem:
256256
>
257257
> - Increase the maximum number of examples, e.g., by adding `--max-examples
258-
> 1000` to the test command (the default is `100`, see below). This will
258+
> 200` to the test command (the default is `100`, see below). This will
259259
> make it more likely that the failing case will be found, but it will also
260260
> make the tests take longer to run.
261261
> - Don't use `-o xfail_strict=True`. This will make it so that if an XFAIL

0 commit comments

Comments
 (0)