Skip to content

Commit

Permalink
ci: embedding retry policy in pom
Browse files Browse the repository at this point in the history
Signed-off-by: MMaiero <[email protected]>
  • Loading branch information
MMaiero committed Dec 4, 2024
1 parent 70a2c36 commit b934941
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kura/test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@
</goals>
<configuration>
<argLine>${tycho.testArgLine}</argLine>
<rerunFailingTestsCount>3</rerunFailingTestsCount>
</configuration>
</execution>
</executions>
Expand All @@ -138,6 +139,7 @@
<failIfNoTests>false</failIfNoTests>
<providerHint>junit4</providerHint>
<useUnlimitedThreads>false</useUnlimitedThreads>
<rerunFailingTestsCount>3</rerunFailingTestsCount>
<argLine>
${tycho.testArgLine}
${tycho.surefire.testenv.args}
Expand Down

0 comments on commit b934941

Please sign in to comment.