Skip to content

Commit

Permalink
reduce max_examples in a test for performance
Browse files Browse the repository at this point in the history
  • Loading branch information
tybug committed Dec 22, 2024
1 parent f2bf810 commit fb24384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hypothesis-python/tests/nocover/test_targeting.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def score(enabled):
phases.append(Phase.target)

@seed(0)
@settings(database=None, max_examples=200, phases=phases)
@settings(database=None, max_examples=100, phases=phases)
@given(strat)
def test(ls):
nonlocal result
Expand Down

0 comments on commit fb24384

Please sign in to comment.