This is an automated email from the ASF dual-hosted git repository.
baunsgaard pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/systemds.git
The following commit(s) were added to refs/heads/master by this push:
new 27fa8b1 [MINOR] Rerun failing tests
27fa8b1 is described below
commit 27fa8b1949a9962c4e48b2604b98286bdf2289e0
Author: baunsgaard <[email protected]>
AuthorDate: Wed Jul 22 13:26:34 2020 +0200
[MINOR] Rerun failing tests
To make the testing on github a little more stable, the tests will now
rerun twice if failing.
---
pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pom.xml b/pom.xml
index 519f83e..c32ffad 100644
--- a/pom.xml
+++ b/pom.xml
@@ -265,6 +265,7 @@
<reuseForks>false</reuseForks>
<reportFormat>brief</reportFormat>
<trimStackTrace>true</trimStackTrace>
+
<rerunFailingTestsCount>2</rerunFailingTestsCount>
</configuration>
</plugin>