Skip to content

Commit

Permalink
Remove test parallelization
Browse files Browse the repository at this point in the history
Didn't seem to work very well.
  • Loading branch information
jacwah committed Sep 9, 2015
1 parent ff745ba commit 2d5ad2e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build.gradle
Expand Up @@ -78,9 +78,6 @@ subprojects {
exceptionFormat "short"
}
}
tasks.withType(Test) {
maxParallelForks = Runtime.runtime.availableProcessors()
}
}
}

Expand Down

0 comments on commit 2d5ad2e

Please sign in to comment.