Skip to content

Commit e55e8ad

Browse files
Goooleregorikftp
authored andcommitted
Don't override maxParallelForks
May slow down the tests. Let's view the result after removing this.
1 parent 4a41138 commit e55e8ad

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

build.gradle.kts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,5 @@ allprojects {
7272

7373
tasks.withType<Test>().configureEach {
7474
useJUnitPlatform()
75-
// https://docs.gradle.org/8.9/userguide/performance.html#execute_tests_in_parallel
76-
maxParallelForks = Runtime.getRuntime().availableProcessors()
7775
}
7876
}

0 commit comments

Comments
 (0)