Skip to content

Commit 19421c3

Browse files
committed
upping thread count to 3
1 parent ab86203 commit 19421c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/ci.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ def report_upload():
325325
check_env()
326326
create_dir()
327327
# Run through all the tags
328-
pool=Pool()
328+
pool=Pool(processes=3)
329329
r = pool.map_async(container_test, tags, callback=update_globals)
330330
r.wait()
331331
report_render()

0 commit comments

Comments
 (0)