Skip to content

Commit

Permalink
test:Updated some unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wakaleo committed Feb 20, 2015
1 parent 2d48ba3 commit e20146d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ subprojects {
if (!JavaVersion.current().isJava8Compatible()) {
jvmArgs '-XX:MaxPermSize=256m'
}
maxParallelForks = 2
// maxParallelForks = 2
}

task integrationTests(type: Test) {
Expand All @@ -107,7 +107,6 @@ subprojects {
if (!JavaVersion.current().isJava8Compatible()) {
jvmArgs '-XX:MaxPermSize=256m'
}
maxParallelForks = 2
}

test {
Expand Down

0 comments on commit e20146d

Please sign in to comment.