Disable parallel publish in galaxy test (#85000)

This commit is contained in:
Matt Clay
2025-04-15 13:26:59 -07:00
committed by GitHub
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(