Repository: commons-rng
Updated Branches:
  refs/heads/master f2586803f -> 74c2b58d3


Number of rerun set to 1 in sampling tests.

Reinstates commit 2a31d8764facb77c8a3c301b0613078df8c93d13.


Project: http://git-wip-us.apache.org/repos/asf/commons-rng/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-rng/commit/c54506bd
Tree: http://git-wip-us.apache.org/repos/asf/commons-rng/tree/c54506bd
Diff: http://git-wip-us.apache.org/repos/asf/commons-rng/diff/c54506bd

Branch: refs/heads/master
Commit: c54506bd2859ae351b108e7b87494652812f9db8
Parents: f258680
Author: Gilles <er...@apache.org>
Authored: Thu Aug 16 14:23:47 2018 +0200
Committer: Gilles <er...@apache.org>
Committed: Thu Aug 16 14:23:47 2018 +0200

----------------------------------------------------------------------
 commons-rng-sampling/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-rng/blob/c54506bd/commons-rng-sampling/pom.xml
----------------------------------------------------------------------
diff --git a/commons-rng-sampling/pom.xml b/commons-rng-sampling/pom.xml
index f56eec0..90c291a 100644
--- a/commons-rng-sampling/pom.xml
+++ b/commons-rng-sampling/pom.xml
@@ -72,7 +72,7 @@
         <artifactId>maven-surefire-plugin</artifactId>
         <version>2.22.0</version>
         <configuration>
-          <rerunFailingTestsCount>4</rerunFailingTestsCount>
+          <rerunFailingTestsCount>1</rerunFailingTestsCount>
         </configuration>
       </plugin>
     </plugins>

Reply via email to