From fb243842db08717bb6c58b5b96c042422b4df9b1 Mon Sep 17 00:00:00 2001 From: Liam DeVoe Date: Sat, 21 Dec 2024 19:28:04 -0500 Subject: [PATCH] reduce max_examples in a test for performance --- hypothesis-python/tests/nocover/test_targeting.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hypothesis-python/tests/nocover/test_targeting.py b/hypothesis-python/tests/nocover/test_targeting.py index e1cab85a98..116b5f78b7 100644 --- a/hypothesis-python/tests/nocover/test_targeting.py +++ b/hypothesis-python/tests/nocover/test_targeting.py @@ -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