| commit | 2a3223db7ae1cab239030bff9c1f0089a1400966 | [log] [tgz] |
|---|---|---|
| author | Marc Kupietz <kupietz@ids-mannheim.de> | Wed Nov 19 21:05:21 2025 +0100 |
| committer | Marc Kupietz <kupietz@ids-mannheim.de> | Wed Nov 19 21:10:24 2025 +0100 |
| tree | c8ff9c1c13896c72b90c2cf3d38cc9e2c5071d57 | |
| parent | 9a52367b5d92bddbf7f2a2bfa0e65def81307010 [diff] [blame] |
Enable parallel test execution Change-Id: I7b6df2026967951572f28c19827284c5f50b7e14
diff --git a/app/build.gradle b/app/build.gradle index ac3cd4f..cb2c43e 100644 --- a/app/build.gradle +++ b/app/build.gradle
@@ -16,6 +16,9 @@ minHeapSize = "512m" maxHeapSize = "4096m" jvmArgs '-XX:MaxMetaspaceSize=1024m' + + // Enable parallel test execution for faster builds + maxParallelForks = Runtime.runtime.availableProcessors().intdiv(2) ?: 1 } dependencies {