<#17339 Add a `batch_size` option to the `test` su...
# github-notifications
q
#17339 Add a `batch_size` option to the `test` subsystem Issue created by danxmoran The new test-batching logic of the
test
goal includes logic to rebatch partitions according to a max batch size. In #17134 I hard-coded a max size of 128. Replace that hard-coded value with an option on the
TestSubsystem
, similar to the option we already define on the
LintSubsystem
. pantsbuild/pants
u