``` tasks.withType(Test) { maxParallelForks = ...
# random
s
Copy code
tasks.withType(Test) {
    maxParallelForks = 4 //Number of forks
}
?