Disable parallel publish in galaxy test (#85000)

(cherry picked from commit e094d48b1b)
pull/85043/head
Matt Clay 9 months ago committed by Matt Martz
parent c21a817c47
commit ec0d8f3278
No known key found for this signature in database
GPG Key ID: 40832D88E9FC91D8

@ -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…
Cancel
Save