Skip to content

Commit 234e9aa

Browse files
committed
Add note about max examples
1 parent 82cc470 commit 234e9aa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,8 @@ jobs:
256256
>
257257
> - Increase the maximum number of examples, e.g., by adding `--max-examples
258258
> 1000` to the test command (the default is `100`, see below). This will
259-
> make it more likely that the failing case will be found.
259+
> make it more likely that the failing case will be found, but it will also
260+
> make the tests take longer to run.
260261
> - Don't use `-o xfail_strict=True`. This will make it so that if an XFAIL
261262
> test passes, it will alert you in the test summary but will not cause the
262263
> test run to register as failed.

0 commit comments

Comments
 (0)