Temporarily removing maven threaded execution to isolate specific tests that cause hangs

This commit is contained in:
Joakim Erdfelt 2018-09-08 08:38:30 -05:00
parent d1602d340f
commit b9b0166065
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -38,7 +38,7 @@ def getFullBuild(jdk, os) {
// Javadoc only
sh "mvn -V -B javadoc:javadoc -T6 -e"
// Testing
sh "mvn -V -B install -Dmaven.test.failure.ignore=true -e -Pmongodb -T3 -Dunix.socket.tmp=" + env.JENKINS_HOME
sh "mvn -V -B install -Dmaven.test.failure.ignore=true -e -Pmongodb -Dunix.socket.tmp=" + env.JENKINS_HOME
// Compact 3 build
if (isMainBuild(jdk)) {