Increase default timeout to 15min for log inactivity [ci skip]

This commit is contained in:
Brad Rydzewski 2016-11-19 16:27:12 +01:00 committed by GitHub
parent 10f2f47928
commit eee4fd1fd2

View file

@ -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",