Blame SOURCES/deadline.patch

8f67b9
diff --git a/test/test_priority.py b/test/test_priority.py
8f67b9
index c98a28d..db84be6 100644
8f67b9
--- a/test/test_priority.py
8f67b9
+++ b/test/test_priority.py
8f67b9
@@ -12,7 +12,7 @@ import itertools
8f67b9
 
8f67b9
 import pytest
8f67b9
 
8f67b9
-from hypothesis import given
8f67b9
+from hypothesis import given, settings
8f67b9
 from hypothesis.strategies import (
8f67b9
     integers, lists, tuples, sampled_from
8f67b9
 )
8f67b9
@@ -488,6 +488,7 @@ class TestPriorityTreeOutput(object):
8f67b9
     of the tree is "good enough": that it meets certain requirements on
8f67b9
     fairness and equidistribution.
8f67b9
     """
8f67b9
+    @settings(deadline=500)
8f67b9
     @given(STREAMS_AND_WEIGHTS)
8f67b9
     def test_period_of_repetition(self, streams_and_weights):
8f67b9
         """