Skip to content

Commit 3250c79

Browse files
author
Jarek Pietraszek
committed
Increase docker network inspect timeout
1 parent 8a3ae4f commit 3250c79

File tree

1 file changed

+1
-1
lines changed
  • src/main/kotlin/com/cognifide/gradle/environment/docker

1 file changed

+1
-1
lines changed

src/main/kotlin/com/cognifide/gradle/environment/docker/Stack.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ abstract class Stack(val environment: EnvironmentExtension) {
2626
}
2727

2828
val networkTimeout = common.obj.long {
29-
convention(30_000L)
29+
convention(60_000L)
3030
common.prop.long("docker.stack.networkTimeout")?.let { set(it) }
3131
}
3232

0 commit comments

Comments
 (0)