We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1410be7 commit 3a8508aCopy full SHA for 3a8508a
pkg/plugins/plugin.go
@@ -163,7 +163,7 @@ func Dir(path string) (Plugins, error) {
163
func NewPlugin(command string) *Plugin {
164
filename := filepath.Base(command)
165
p := &Plugin{
166
- Timeout: 1 * time.Minute,
+ Timeout: 2 * time.Minute,
167
CycleInterval: 5 * time.Second,
168
Command: command,
169
Debugf: DebugfNoop,
0 commit comments