mirror of
https://github.com/zebrajr/ansible.git
synced 2025-12-06 00:19:48 +01:00
Disable parallel publish in galaxy test (#85000)
This commit is contained in:
parent
500a4aba08
commit
e094d48b1b
|
|
@ -256,7 +256,7 @@ def run_module():
|
|||
start = datetime.datetime.now()
|
||||
result = dict(changed=True, results=[], start=str(start))
|
||||
|
||||
pool = threading.Pool(4)
|
||||
pool = threading.Pool(1)
|
||||
publish_func = partial(publish_collection, module)
|
||||
try:
|
||||
result['results'] = pool.map_async(
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user