mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-23 17:22:16 -05:00
Revert "Remove restriction for max parallel forks for gradle tests"
This reverts commit ce34192dbb
.
Conflicts:
build.gradle
This commit is contained in:
parent
c7b0b650c1
commit
2a5ac4e67c
@ -21,7 +21,7 @@ task wrapper(type: Wrapper) {
|
||||
|
||||
subprojects {
|
||||
tasks.withType(Test) {
|
||||
maxParallelForks = 5
|
||||
maxParallelForks = 1
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user