Skip to content

Commit

Permalink
deflake stateful test
Browse files Browse the repository at this point in the history
  • Loading branch information
tybug committed Nov 27, 2024
1 parent 12072f4 commit bb098c7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion hypothesis-python/tests/cover/test_stateful.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,11 @@ def action(self, d):
raise AssertionError


@Settings(stateful_step_count=10, max_examples=30) # speed this up
@Settings(
stateful_step_count=10,
max_examples=30,
suppress_health_check=[HealthCheck.filter_too_much],
) # speed this up
class MachineWithConsumingRule(RuleBasedStateMachine):
b1 = Bundle("b1")
b2 = Bundle("b2")
Expand Down

0 comments on commit bb098c7

Please sign in to comment.