From 1f6b73b4d96953925ac317258cade33982b3e7de Mon Sep 17 00:00:00 2001 From: catlog22 Date: Thu, 11 Sep 2025 17:34:57 +0800 Subject: [PATCH] config: Extend execution timeout from 5 to 10 minutes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Increase Bash command timeout to 10 minutes for both gemini and codex workflows - Better support for large codebase analysis and complex autonomous development tasks 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- .claude/workflows/codex-unified.md | 2 +- .claude/workflows/gemini-unified.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.claude/workflows/codex-unified.md b/.claude/workflows/codex-unified.md index c670e761..c9573095 100644 --- a/.claude/workflows/codex-unified.md +++ b/.claude/workflows/codex-unified.md @@ -89,7 +89,7 @@ type: technical-guideline ### ⏱️ Execution Settings -- **Default Timeout**: Bash command execution extended to **5 minutes** to handle complex autonomous development workflows. +- **Default Timeout**: Bash command execution extended to **10 minutes** to handle complex autonomous development workflows. - **Autonomous Intelligence**: Codex automatically manages file discovery and context gathering in `--full-auto` mode. ### 📁 Shared Template Directory Structure diff --git a/.claude/workflows/gemini-unified.md b/.claude/workflows/gemini-unified.md index 9229eafb..fe51958e 100644 --- a/.claude/workflows/gemini-unified.md +++ b/.claude/workflows/gemini-unified.md @@ -68,7 +68,7 @@ type: technical-guideline ### ⏱️ Execution Settings -- **Default Timeout**: Bash command execution extended to **5 minutes** to handle large codebase analysis. +- **Default Timeout**: Bash command execution extended to **10 minutes** to handle large codebase analysis. - **Content Limits**: When `--all-files` exceeds token limits, automatically fall back to selective `@` patterns.