Skip to content

Commit 1460d8f

Browse files
committed
Reduce test parallelism to avoid OOM flakiness on CI
1 parent 63d37c2 commit 1460d8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ testing.suites.named<JvmTestSuite>("test") {
9292
}
9393
targets.all {
9494
testTask {
95-
maxParallelForks = 4
95+
maxParallelForks = 2
9696
inputs.dir(layout.projectDirectory.dir("samples"))
9797
inputs.dir("src/docs/samples")
9898
}

0 commit comments

Comments
 (0)