mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-23 10:21:00 +00:00
Increase default timeout to 15min for log inactivity [ci skip]
This commit is contained in:
parent
10f2f47928
commit
eee4fd1fd2
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ var AgentCmd = cli.Command{
|
|||
EnvVar: "DRONE_TIMEOUT",
|
||||
Name: "timeout",
|
||||
Usage: "drone timeout due to log inactivity",
|
||||
Value: time.Minute * 5,
|
||||
Value: time.Minute * 15,
|
||||
},
|
||||
cli.StringFlag{
|
||||
EnvVar: "DRONE_FILTER",
|
||||
|
|
Loading…
Reference in a new issue