mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 00:55:19 +00:00
tests.runtests: increase file limit for MacOS unit tests
This commit is contained in:
parent
4028d80eee
commit
3a77e7d383
@ -480,6 +480,9 @@ class SaltTestsuiteParser(SaltCoverageTestingParser):
|
||||
|
||||
status = []
|
||||
if self.options.unit:
|
||||
# MacOS needs more open filehandles for running unit test suite
|
||||
self.set_filehandle_limits()
|
||||
|
||||
results = self.run_suite(
|
||||
os.path.join(TEST_DIR, 'unit'), 'Unit', '*_test.py'
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user