This message was deleted.
# community-support
s
This message was deleted.
m
looks like you have to add this kind of thing to each test suite:
Copy code
targets {
                all { 
                    testTask.configure {
                        maxParallelForks = ...
                    }
                }
}