diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2023-03-07 16:37:45 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2023-03-07 16:39:20 +0100 |
commit | c6b979444b671f013f630241f84fba7983b540b6 (patch) | |
tree | 8ecfbd4e51bebc1eaef02a079d0a0b5901bfb2ed /pom.xml | |
parent | 8dcb02140d835d32b06d30c8f46f4fe1be816d5e (diff) | |
download | jgit-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.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -282,6 +282,7 @@ <forkCount>${test-fork-count}</forkCount> <reuseForks>true</reuseForks> <argLine>@{argLine}</argLine> + <rerunFailingTestsCount>3</rerunFailingTestsCount> </configuration> </plugin> |