Skip to content

Commit

Permalink
Merge pull request #35 from wttech/increase-docker-network-inspect-ti…
Browse files Browse the repository at this point in the history
…meout

Increase docker network inspect timeout
  • Loading branch information
jaroslaw-pietraszek-vml authored Oct 10, 2023
2 parents 8a3ae4f + 3250c79 commit c05346d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ abstract class Stack(val environment: EnvironmentExtension) {
}

val networkTimeout = common.obj.long {
convention(30_000L)
convention(60_000L)
common.prop.long("docker.stack.networkTimeout")?.let { set(it) }
}

Expand Down

0 comments on commit c05346d

Please sign in to comment.