Skip to content

Commit 7ef70e1

Browse files
committed
Add deadline=None to another test
1 parent 693de4f commit 7ef70e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

axelrod/tests/integration/test_matches.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def test_outcome_repeats(self, strategies, turns):
3939
turns=integers(min_value=1, max_value=20),
4040
seed=integers(min_value=0, max_value=4294967295),
4141
)
42-
@settings(max_examples=5)
42+
@settings(max_examples=5, deadline=None)
4343
def test_outcome_repeats_stochastic(self, strategies, turns, seed):
4444
"""a test to check that if a seed is set stochastic strategies give the
4545
same result"""

0 commit comments

Comments
 (0)