Revert "Remove restriction for max parallel forks for gradle tests"
This reverts commit ce34192dbb.
Conflicts:
build.gradle
This commit is contained in:
@@ -21,7 +21,7 @@ task wrapper(type: Wrapper) {
|
|||||||
|
|
||||||
subprojects {
|
subprojects {
|
||||||
tasks.withType(Test) {
|
tasks.withType(Test) {
|
||||||
maxParallelForks = 5
|
maxParallelForks = 1
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user