forked from pool/python-pyudev
16 lines
517 B
Diff
16 lines
517 B
Diff
|
---
|
||
|
tests/test_enumerate.py | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
--- a/tests/test_enumerate.py
|
||
|
+++ b/tests/test_enumerate.py
|
||
|
@@ -126,7 +126,7 @@ class TestEnumerator(object):
|
||
|
|
||
|
@failed_health_check_wrapper
|
||
|
@given(_CONTEXT_STRATEGY, _SUBSYSTEM_STRATEGY)
|
||
|
- @settings(max_examples=1)
|
||
|
+ @settings(max_examples=1, deadline=500)
|
||
|
def test_match_subsystem_nomatch_complete(self, context, subsystem):
|
||
|
"""
|
||
|
Test that w/ respect to the universe of devices returned by
|