You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by er...@apache.org on 2021/08/12 00:08:29 UTC

[commons-math] 04/04: Increase number of allowed failures (unit tests).

This is an automated email from the ASF dual-hosted git repository.

erans pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-math.git

commit 9371883b2bc72c328b66f6ed4982b88682e8ee5c
Author: Gilles Sadowski <gi...@gmail.com>
AuthorDate: Thu Aug 12 02:04:15 2021 +0200

    Increase number of allowed failures (unit tests).
---
 commons-math-legacy/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/commons-math-legacy/pom.xml b/commons-math-legacy/pom.xml
index 345d18f..8f86c23 100644
--- a/commons-math-legacy/pom.xml
+++ b/commons-math-legacy/pom.xml
@@ -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.