Revert "Remove restriction for max parallel forks for gradle tests"

This reverts commit ce34192dbb.

Conflicts:
	build.gradle
This commit is contained in:
Vincent Breitmoser 2014-12-30 11:59:57 +01:00
parent c7b0b650c1
commit 2a5ac4e67c
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ task wrapper(type: Wrapper) {
subprojects {
tasks.withType(Test) {
maxParallelForks = 5
maxParallelForks = 1
}
}