diff options
| author | Yong He <yonghe@outlook.com> | 2025-07-18 09:56:50 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-18 16:56:50 +0000 |
| commit | c901338e3b443be4c72308f4f473892404b73268 (patch) | |
| tree | 4220e458a6dca9f9b9621cad433fe59a04960677 | |
| parent | 48b6e2432ea28c06d04931fccd633e31eed6d995 (diff) | |
Claude: increase tool timeout setting. (#7818)
| -rw-r--r-- | .claude/settings.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.claude/settings.json b/.claude/settings.json index 098f91fec..5b6fa8b42 100644 --- a/.claude/settings.json +++ b/.claude/settings.json @@ -1,4 +1,8 @@ { "hooks": { + }, + "env": { + "BASH_DEFAULT_TIMEOUT_MS": 1200000, + "BASH_MAX_TIMEOUT_MS": 2400000 } } |
