Skip to content

Commit e6d8f78

Browse files
committed
Remove heap size limit when running tests
1 parent 2c5638c commit e6d8f78

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@
384384
<artifactId>maven-surefire-plugin</artifactId>
385385
<version>2.22.2</version>
386386
<configuration>
387-
<argLine>-enableassertions -Xmx1024m -Djava.awt.headless=true</argLine>
387+
<argLine>-enableassertions -Djava.awt.headless=true</argLine>
388388
<reportsDirectory>target/surefire-reports</reportsDirectory>
389389
<redirectTestOutputToFile>true</redirectTestOutputToFile>
390390
<includes>

0 commit comments

Comments
 (0)