diff --git a/tests/test_utils_lazypv.py b/tests/test_utils_lazypv.py index 0d00e1897..fb559a69c 100644 --- a/tests/test_utils_lazypv.py +++ b/tests/test_utils_lazypv.py @@ -51,7 +51,7 @@ def test_getattr(): get_method = pv.__getattr__('get') assert callable(get_method) # Check if it's really a function - result = get_method() + result = get_method(timeout=3.0) assert isinstance(result, dict), "Expected dict because form='time'" # Full check of expected fields