aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2023-03-07 16:37:45 +0100
committerMatthias Sohn <matthias.sohn@sap.com>2023-03-07 16:39:20 +0100
commitc6b979444b671f013f630241f84fba7983b540b6 (patch)
tree8ecfbd4e51bebc1eaef02a079d0a0b5901bfb2ed /pom.xml
parent8dcb02140d835d32b06d30c8f46f4fe1be816d5e (diff)
downloadjgit-c6b979444b671f013f630241f84fba7983b540b6.tar.gz
jgit-c6b979444b671f013f630241f84fba7983b540b6.zip
Rerun flaky tests 3 times
This can help to reduce time spent on rebuilds caused by flaky tests. Change-Id: I8f7831e470fd8aa065f0b8728f62f39734d05016
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 0ea089eab3..4ed91ffc46 100644
--- a/pom.xml
+++ b/pom.xml
@@ -282,6 +282,7 @@
<forkCount>${test-fork-count}</forkCount>
<reuseForks>true</reuseForks>
<argLine>@{argLine}</argLine>
+ <rerunFailingTestsCount>3</rerunFailingTestsCount>
</configuration>
</plugin>