We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b654d23 commit 3754a9bCopy full SHA for 3754a9b
src/main/kotlin/com/cognifide/gradle/environment/health/HealthChecker.kt
@@ -27,7 +27,7 @@ class HealthChecker(val environment: EnvironmentExtension) {
27
}
28
29
30
- var retry = common.retry { afterSquaredSecond(prop.long("environment.health.retry") ?: 3) }
+ var retry = common.retry { afterSquaredSecond(prop.long("environment.health.retry") ?: 6) }
31
32
fun check(name: String, check: () -> Unit) {
33
checks += HealthCheck(name, check)
0 commit comments