diff --git a/pkg/tools/shell.go b/pkg/tools/shell.go index 26f7f5c11..e7c04fed4 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,