diff --git a/src/index.ts b/src/index.ts index 168bb8e..3696bc2 100644 --- a/src/index.ts +++ b/src/index.ts @@ -17,7 +17,7 @@ const program = new Command() .requiredOption("--repo ", "Git repository path") .option("--workers ", "Number of parallel workers", "10") .option("--port ", "HTTP server port", "8080") - .option("--timeout ", "Task timeout in seconds", "300") + .option("--timeout ", "Task timeout in seconds", "600") .option("--budget ", "Max budget per task in USD", "5") .option("--model ", "Claude model ID", "claude-sonnet-4-6") .option("--system-prompt ", "System prompt for all agents", "")