We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d82bd9 commit 07c8cd0Copy full SHA for 07c8cd0
1 file changed
conftest.py
@@ -24,7 +24,8 @@ def pytest_addoption(parser):
24
"--hypothesis-max-examples",
25
"--max-examples",
26
action="store",
27
- default=100,
+ default=20,
28
+ type=int,
29
help="set the Hypothesis max_examples setting",
30
)
31
# Hypothesis deadline
0 commit comments