Implementing this trait allows configuring the number of suites to
run on a single RunBuilder connection.
This alleviates an issue where for n suites run on a single RunBuilder
connection, n channels must be opened up front. This can cause some
issues with resource limitations when a large number of tests is
specified (see https://fxbug.dev/42062444).