diff --git a/salt/utils/entrypoints.py b/salt/utils/entrypoints.py index bb3ad4397a08..87a8d4659460 100644 --- a/salt/utils/entrypoints.py +++ b/salt/utils/entrypoints.py @@ -47,7 +47,7 @@ def _wrapped(*args, **kwargs): return _wrapper -@timed_lru_cache(timeout_seconds=0.2) +@timed_lru_cache(timeout_seconds=0.5) def iter_entry_points(group, name=None): entry_points_listing = [] if USE_IMPORTLIB_METADATA_STDLIB: