Merge branch 'feature/miniapp-git-tab'
This commit is contained in:
commit
4e52b1cb75
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue