We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efbc1f4 commit 3903c26Copy full SHA for 3903c26
consistent-sampling/build.gradle.kts
@@ -12,3 +12,10 @@ dependencies {
12
testImplementation("org.hipparchus:hipparchus-core:4.0.1")
13
testImplementation("org.hipparchus:hipparchus-stat:4.0.1")
14
}
15
+
16
+develocity.testRetry {
17
+ // You can see tests that were retried by this mechanism in the collected test reports and build scans.
18
+ if (System.getenv().containsKey("CI")) {
19
+ maxRetries.set(5)
20
+ }
21
+}
0 commit comments