Skip to content

Commit

Permalink
extended plugin timeout to 2 minutes matryer#735
Browse files Browse the repository at this point in the history
  • Loading branch information
Mat Ryer committed Oct 29, 2021
1 parent 1410be7 commit 3a8508a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/plugins/plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ func Dir(path string) (Plugins, error) {
func NewPlugin(command string) *Plugin {
filename := filepath.Base(command)
p := &Plugin{
Timeout: 1 * time.Minute,
Timeout: 2 * time.Minute,
CycleInterval: 5 * time.Second,
Command: command,
Debugf: DebugfNoop,
Expand Down

0 comments on commit 3a8508a

Please sign in to comment.