Skip to content

Commit 3a8508a

Browse files
author
Mat Ryer
committed
extended plugin timeout to 2 minutes #735
1 parent 1410be7 commit 3a8508a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/plugins/plugin.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ func Dir(path string) (Plugins, error) {
163163
func NewPlugin(command string) *Plugin {
164164
filename := filepath.Base(command)
165165
p := &Plugin{
166-
Timeout: 1 * time.Minute,
166+
Timeout: 2 * time.Minute,
167167
CycleInterval: 5 * time.Second,
168168
Command: command,
169169
Debugf: DebugfNoop,

0 commit comments

Comments
 (0)