Increase number of allowed failures (unit tests).

This commit is contained in:
Gilles Sadowski 2021-08-12 02:04:15 +02:00
parent 59e9604dd8
commit 9371883b2b
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<rerunFailingTestsCount>5</rerunFailingTestsCount>
<rerunFailingTestsCount>9</rerunFailingTestsCount>
</configuration>
</plugin>
<!-- Ignore spotbugs in the legacy module.