feat: set the default container timeout to 8min
This commit is contained in:
parent
650cf65fa4
commit
673b273593
@ -29,7 +29,7 @@ var Runtime = "docker"
|
||||
|
||||
var Registry = ""
|
||||
|
||||
var Timeout = time.Hour
|
||||
var Timeout = 8 * time.Minutes
|
||||
|
||||
var Commands []config.DockerCommand
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user