mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-27 04:11:03 +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",
|
EnvVar: "DRONE_TIMEOUT",
|
||||||
Name: "timeout",
|
Name: "timeout",
|
||||||
Usage: "drone timeout due to log inactivity",
|
Usage: "drone timeout due to log inactivity",
|
||||||
Value: time.Minute * 5,
|
Value: time.Minute * 15,
|
||||||
},
|
},
|
||||||
cli.StringFlag{
|
cli.StringFlag{
|
||||||
EnvVar: "DRONE_FILTER",
|
EnvVar: "DRONE_FILTER",
|
||||||
|
|
Loading…
Reference in a new issue