Skip to content

Commit

Permalink
maxParallelForks = 1
Browse files Browse the repository at this point in the history
  • Loading branch information
romtsn committed Nov 30, 2023
1 parent 861ff5b commit f7a8c78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin-build/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ tasks.register<Test>("integrationTest").configure {
group = "verification"
description = "Runs the integration tests"

maxParallelForks = Runtime.getRuntime().availableProcessors() / 2
maxParallelForks = 1

// Cap JVM args per test
minHeapSize = "128m"
Expand Down

0 comments on commit f7a8c78

Please sign in to comment.