Skip to content

Commit a2f8e23

Browse files
committed
Adding deadline=none for testMatchOutcomes which can exceed default timeout
1 parent 4d7a1dc commit a2f8e23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

axelrod/tests/integration/test_matches.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class TestMatchOutcomes(unittest.TestCase):
2929
),
3030
turns=integers(min_value=1, max_value=20),
3131
)
32-
@settings(max_examples=5)
32+
@settings(max_examples=5, deadline=None)
3333
def test_outcome_repeats(self, strategies, turns):
3434
"""A test that if we repeat 3 matches with deterministic and well
3535
behaved strategies then we get the same result"""

0 commit comments

Comments
 (0)