1
0
forked from pool/python-pyudev
Matej Cepl 2020-10-09 14:19:06 +00:00 committed by Git OBS Bridge
parent 4ca0cf5586
commit eaf67e9e65

View File

@ -86,7 +86,7 @@
@failed_health_check_wrapper @failed_health_check_wrapper
@given(_CONTEXT_STRATEGY, _SUBSYSTEM_STRATEGY) @given(_CONTEXT_STRATEGY, _SUBSYSTEM_STRATEGY)
- @settings(max_examples=1) - @settings(max_examples=1)
+ @settings(max_examples=1, deadline=400) + @settings(max_examples=1, deadline=None)
def test_match_subsystem_nomatch(self, context, subsystem): def test_match_subsystem_nomatch(self, context, subsystem):
""" """
Subsystem no match gets no subsystem with subsystem. Subsystem no match gets no subsystem with subsystem.