mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Use a consistent RLIMIT_NOFILE for ansible-test.
This commit is contained in:
@@ -41,6 +41,11 @@ except ImportError:
|
||||
DOCKER_COMPLETION = {}
|
||||
COVERAGE_PATHS = {} # type: dict[str, str]
|
||||
|
||||
try:
|
||||
MAXFD = subprocess.MAXFD
|
||||
except AttributeError:
|
||||
MAXFD = -1
|
||||
|
||||
|
||||
def get_docker_completion():
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user