Skip to content

Commit

Permalink
increase parallel tests
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwittig committed Feb 14, 2019
1 parent bb1eede commit b18e062
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>2.20</version>
<configuration>
<parallel>methods</parallel>
<threadCount>4</threadCount>
<parallel>classes</parallel>
<threadCount>8</threadCount>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit b18e062

Please sign in to comment.