Skip to content

Commit 3754a9b

Browse files
author
Krystian Panek
committed
Fail-safe default
1 parent b654d23 commit 3754a9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/com/cognifide/gradle/environment/health/HealthChecker.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class HealthChecker(val environment: EnvironmentExtension) {
2727
}
2828
}
2929

30-
var retry = common.retry { afterSquaredSecond(prop.long("environment.health.retry") ?: 3) }
30+
var retry = common.retry { afterSquaredSecond(prop.long("environment.health.retry") ?: 6) }
3131

3232
fun check(name: String, check: () -> Unit) {
3333
checks += HealthCheck(name, check)

0 commit comments

Comments
 (0)