From fd99e55f2b7dea436f0cb0f12633c40d8bcb7e75 Mon Sep 17 00:00:00 2001 From: westwind027 <220070570@seu.edu.cn> Date: Sat, 28 Feb 2026 21:19:26 +0800 Subject: [PATCH] tools: shell improvements (restore from stash) --- pkg/tools/shell.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,