mirror of
https://github.com/sbt/sbt.git
synced 2026-09-03 06:23:29 +02:00
sbt itself effectively runs its scripted test with scriptedBatchExecution true and scriptedParallelInstances 1. The performance is much better when this works. This can cause issues, see https://github.com/sbt/sbt/issues/6042, but we inadvertently made this behavior the default in 1.4.0 and it took about a month before #6042 was reported so I think most users would benefit from this default.