Skip to content

Commit

Permalink
RATIS-2073. Enable Surefire process checkers (apache#1079)
Browse files Browse the repository at this point in the history
  • Loading branch information
adoroszlai committed May 6, 2024
1 parent 5867192 commit 839f8fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
<maven-checkstyle-plugin.version>3.3.0</maven-checkstyle-plugin.version>
<maven-clover2-plugin.version>4.0.6</maven-clover2-plugin.version>
<maven-pdf-plugin.version>1.6.1</maven-pdf-plugin.version>
<maven-surefire-plugin.version>3.0.0</maven-surefire-plugin.version>
<maven-surefire-plugin.version>3.0.0-M4</maven-surefire-plugin.version>
<wagon-ssh.version>3.5.3</wagon-ssh.version>


Expand Down Expand Up @@ -634,6 +634,7 @@
<failIfNoSpecifiedTests>false</failIfNoSpecifiedTests>
<reuseForks>false</reuseForks>
<trimStackTrace>false</trimStackTrace>
<enableProcessChecker>all</enableProcessChecker>
<forkedProcessTimeoutInSeconds>600</forkedProcessTimeoutInSeconds>
<!-- @argLine is filled by jacoco maven plugin. @{} means late evaluation -->
<argLine>-Xmx2048m -XX:+HeapDumpOnOutOfMemoryError @{argLine}</argLine>
Expand Down

0 comments on commit 839f8fb

Please sign in to comment.