aboutsummaryrefslogtreecommitdiffstats
path: root/clustercontroller-core/pom.xml
diff options
context:
space:
mode:
authorjonmv <venstad@gmail.com>2022-04-26 10:30:59 +0200
committerjonmv <venstad@gmail.com>2022-04-26 10:30:59 +0200
commitf2d2faf56d999c1138fd137eaa050c93f8ff3f32 (patch)
tree5d5bb912d2284bbc42d62999d9ecdb42711a1ad8 /clustercontroller-core/pom.xml
parent60ba575d5bf7af60d83e058a6f6f54486675b636 (diff)
5 attempts for unstable unit tests in clutsercontroller-core
Diffstat (limited to 'clustercontroller-core/pom.xml')
-rw-r--r--clustercontroller-core/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/clustercontroller-core/pom.xml b/clustercontroller-core/pom.xml
index df34272ef9c..c3ccf39c906 100644
--- a/clustercontroller-core/pom.xml
+++ b/clustercontroller-core/pom.xml
@@ -125,7 +125,7 @@
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<forkCount>4</forkCount>
- <rerunFailingTestsCount>3</rerunFailingTestsCount>
+ <rerunFailingTestsCount>5</rerunFailingTestsCount>
</configuration>
</plugin>
</plugins>