Skip to content

Commit

Permalink
More fail-safe default
Browse files Browse the repository at this point in the history
  • Loading branch information
Krystian Panek committed Sep 1, 2020
1 parent c3380c9 commit c340f07
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class Container(val docker: Docker, val name: String) {

private val lockRequired = mutableSetOf<String>()

var awaitRetry = common.retry { afterSecond(this@Container.common.prop.long("environment.docker.container.awaitRetry") ?: 30) }
var awaitRetry = common.retry { afterSecond(this@Container.common.prop.long("environment.docker.container.awaitRetry") ?: 60) }

fun await() {
common.progressIndicator {
Expand Down

0 comments on commit c340f07

Please sign in to comment.