Slackbot
02/24/2022, 7:54 PMJohn Bellini
02/24/2022, 7:58 PMtest.maxParallelForks = System.getProperty("maxTestParallelForks")?.toInt() ?: ((Runtime.getRuntime().availableProcessors() / 2).takeIf { it > 0 } ?: 1)
and when you run your build, you need --parallel or gradle.properties needs org.gradle.parallel=trueSukhbir Singh
02/24/2022, 8:08 PMSukhbir Singh
02/24/2022, 8:14 PMJohn Bellini
02/24/2022, 8:20 PMThomas Broyer
02/25/2022, 8:10 AMtest suite, not the smokeTest one.Sukhbir Singh
02/25/2022, 12:07 PM