Increase number of allowed failures (unit tests).
This commit is contained in:
parent
59e9604dd8
commit
9371883b2b
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue