Skip to content

Commit

Permalink
Trying to resolve some unit-test failures
Browse files Browse the repository at this point in the history
Only happening on cloudbees jenkins. Seems to be caused by multiple tests running concurrently and causing conflicts with ThreadLocalS.
  • Loading branch information
kerumai committed Apr 6, 2016
1 parent 5bc0d56 commit 862283f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,9 @@ subprojects {
tasks.withType(Javadoc).each {
it.classpath = sourceSets.main.compileClasspath
}

test {
forkEvery = 1
maxParallelForks = 1
}
}

0 comments on commit 862283f

Please sign in to comment.