We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c193d9f commit a078758Copy full SHA for a078758
pom.xml
@@ -60,12 +60,12 @@
60
<groupId>org.apache.maven.plugins</groupId>
61
<artifactId>maven-surefire-plugin</artifactId>
62
<version>2.22.0</version>
63
-<!-- <configuration>-->
+ <configuration>
64
<!-- <parallel>all</parallel> <!– Run tests in parallel–>-->
65
<!-- <useUnlimitedThreads>true</useUnlimitedThreads>-->
66
-<!-- <argLine>-Xms1g</argLine>-->
67
-<!-- <argLine>-Xmx1g</argLine>-->
68
-<!-- </configuration>-->
+ <argLine>-Xms1g</argLine>
+ <argLine>-Xmx1g</argLine>
+ </configuration>
69
</plugin>
70
<plugin>
71
<groupId>org.codehaus.mojo</groupId>
0 commit comments