diff --git a/pkg/tools/shell.go b/pkg/tools/shell.go index 29f3aac23..ba2290f37 100644 --- a/pkg/tools/shell.go +++ b/pkg/tools/shell.go @@ -104,7 +104,7 @@ func NewExecToolWithConfig(workingDir string, restrict bool, config *config.Conf return &ExecTool{ workingDir: workingDir, - timeout: 60 * time.Second, + timeout: 5 * time.Minute, denyPatterns: denyPatterns, allowPatterns: nil, restrictToWorkspace: restrict,