From 19421c3586c42c32767ffd575f84005de34be49c Mon Sep 17 00:00:00 2001 From: thelamer Date: Mon, 10 Sep 2018 17:28:21 -0700 Subject: [PATCH] upping thread count to 3 --- ci/ci.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/ci.py b/ci/ci.py index 37870b8..4e2838a 100755 --- a/ci/ci.py +++ b/ci/ci.py @@ -325,7 +325,7 @@ def report_upload(): check_env() create_dir() # Run through all the tags -pool=Pool() +pool=Pool(processes=3) r = pool.map_async(container_test, tags, callback=update_globals) r.wait() report_render()