Skip to content

Commit

Permalink
upping thread count to 3
Browse files Browse the repository at this point in the history
  • Loading branch information
thelamer committed Sep 11, 2018
1 parent ab86203 commit 19421c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/ci.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 19421c3

Please sign in to comment.