diff options
-rw-r--r-- | .bazelrc | 1 | ||||
-rw-r--r-- | pom.xml | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -30,6 +30,7 @@ build:remote17 --tool_java_runtime_version=remotejdk_17 test --build_tests_only test --test_output=errors +test --flaky_test_attempts=3 import %workspace%/tools/remote-bazelrc @@ -282,6 +282,7 @@ <forkCount>${test-fork-count}</forkCount> <reuseForks>true</reuseForks> <argLine>@{argLine}</argLine> + <rerunFailingTestsCount>3</rerunFailingTestsCount> </configuration> </plugin> |