Run ir test in parallel

This commit is contained in:
Mikhael Bogdanov
2018-05-09 12:21:24 +02:00
parent 9546c36c3c
commit 6590666983
+1
View File
@@ -18,4 +18,5 @@ sourceSets {
projectTest {
workingDir = rootDir
maxParallelForks = Math.max(Runtime.getRuntime().availableProcessors() / 2, 1)
}