Cleanup UncachedKeyringTest

This commit is contained in:
Dominik Schürmann
2014-12-29 13:32:28 +01:00
parent ce34192dbb
commit bf4762ef6f
2 changed files with 7 additions and 7 deletions

View File

@@ -19,6 +19,12 @@ task wrapper(type: Wrapper) {
gradleVersion = '2.2.1'
}
subprojects {
tasks.withType(Test) {
maxParallelForks = 5
}
}
// Ignore tests for external dependency
project(':extern:spongycastle') {
subprojects {