We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d7a1dc commit a2f8e23Copy full SHA for a2f8e23
axelrod/tests/integration/test_matches.py
@@ -29,7 +29,7 @@ class TestMatchOutcomes(unittest.TestCase):
29
),
30
turns=integers(min_value=1, max_value=20),
31
)
32
- @settings(max_examples=5)
+ @settings(max_examples=5, deadline=None)
33
def test_outcome_repeats(self, strategies, turns):
34
"""A test that if we repeat 3 matches with deterministic and well
35
behaved strategies then we get the same result"""
0 commit comments