mirror of
https://github.com/ansible/ansible.git
synced 2026-08-03 08:03:05 +02:00
Disable parallel publish in galaxy test (#85000)
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user