Skip to content

Commit 5818ec1

Browse files
committed
Reset the max-examples default back to 100
The tests run fast enough now that there's no need to lower this to 20. See the discussion at #246.
1 parent e38ce34 commit 5818ec1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conftest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def pytest_addoption(parser):
2323
"--hypothesis-max-examples",
2424
"--max-examples",
2525
action="store",
26-
default=20,
26+
default=100,
2727
type=int,
2828
help="set the Hypothesis max_examples setting",
2929
)

0 commit comments

Comments
 (0)