Skip to content

Commit

Permalink
try more threads
Browse files Browse the repository at this point in the history
  • Loading branch information
xushiyan committed Dec 16, 2021
1 parent 8f36ab5 commit 0ca37e3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ stages:
inputs:
mavenPomFile: 'pom.xml'
goals: 'install'
options: -T 1C -DskipTests
options: -T 2.5C -DskipTests
publishJUnitResults: false
jdkVersionOption: '1.8'
mavenOptions: '-Xmx2g $(MAVEN_OPTS)'
Expand Down Expand Up @@ -85,7 +85,7 @@ stages:
inputs:
mavenPomFile: 'pom.xml'
goals: 'install'
options: -T 1C -DskipTests
options: -T 2.5C -DskipTests
publishJUnitResults: false
jdkVersionOption: '1.8'
mavenOptions: '-Xmx2g $(MAVEN_OPTS)'
Expand Down Expand Up @@ -114,7 +114,7 @@ stages:
inputs:
mavenPomFile: 'pom.xml'
goals: 'install'
options: -T 1C -DskipTests
options: -T 2.5C -DskipTests
publishJUnitResults: false
jdkVersionOption: '1.8'
mavenOptions: '-Xmx2g $(MAVEN_OPTS)'
Expand Down Expand Up @@ -152,7 +152,7 @@ stages:
inputs:
mavenPomFile: 'pom.xml'
goals: 'install'
options: -T 1C -DskipTests
options: -T 2.5C -DskipTests
publishJUnitResults: false
jdkVersionOption: '1.8'
mavenOptions: '-Xmx2g $(MAVEN_OPTS)'
Expand Down

0 comments on commit 0ca37e3

Please sign in to comment.