Skip to content

Commit

Permalink
try harder
Browse files Browse the repository at this point in the history
  • Loading branch information
Zac-HD committed Feb 20, 2024
1 parent 32ef5a2 commit f57271e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hypothesis-python/tests/cover/test_stateful.py
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ def test_settings_attribute_is_validated():
def test_saves_failing_example_in_database():
db = ExampleDatabase(":memory:")
ss = Settings(
database=db, max_examples=100, suppress_health_check=list(HealthCheck)
database=db, max_examples=1000, suppress_health_check=list(HealthCheck)
)
with raises(AssertionError):
run_state_machine_as_test(DepthMachine, settings=ss)
Expand Down

0 comments on commit f57271e

Please sign in to comment.