open fun parallelism(): IntOverride this function and return a number greater than 1 if you wish to enable parallel execution of tests. The number returned is the number of concurrently executing specs.
An alternative way to enable this is the system property kotest.parallelism which will always (if defined) take priority over the value here.
open val parallelism: Int