Disable parallel publish in galaxy test (#85000)

pull/85005/head
Matt Clay 8 months ago committed by GitHub
parent 500a4aba08
commit e094d48b1b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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