Skip to content

Commit

Permalink
give surefire tests enough memory
Browse files Browse the repository at this point in the history
  • Loading branch information
SHildebrandt committed Apr 28, 2024
1 parent e17a890 commit 201585c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,9 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>${version.surefire}</version>
<configuration>
<argLine>-Xmx4g</argLine>
</configuration>
</plugin>

<!-- ANTLR4 (Parser Generation) for Tests -->
Expand Down

0 comments on commit 201585c

Please sign in to comment.