Skip to content

Commit

Permalink
Set deadline to None
Browse files Browse the repository at this point in the history
Also, cut max examples to 50.

Signed-off-by: mulhern <amulhern@redhat.com>
  • Loading branch information
mulkieran committed Dec 2, 2020
1 parent d21ed0f commit ac4d1a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_hypothesis.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class ParseTestCase(unittest.TestCase):
_PARSER = Parser()

@given(dbus_signatures())
@settings(max_examples=100)
@settings(max_examples=50, deadline=None)
def test_parsing(self, signature):
"""
Test that parsing is always succesful on valid strings.
Expand Down

0 comments on commit ac4d1a1

Please sign in to comment.