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