Skip to content

Commit

Permalink
Removed maxParallelForks. Reason being, it's slower than Jupiter exec…
Browse files Browse the repository at this point in the history
…ution
  • Loading branch information
tkaczenko authored and Andrii Tkachenko committed Dec 5, 2024
1 parent 15adba2 commit c72d48a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions buildSrc/src/main/kotlin/auditor.java-conventions.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,6 @@ tasks {
}

test {
maxParallelForks = (Runtime.getRuntime().availableProcessors() / 2).takeIf { it > 0 } ?: 1

useJUnitPlatform()

finalizedBy(jacocoTestReport)
Expand Down

0 comments on commit c72d48a

Please sign in to comment.