From bac07d28a70035f513184ba8f97adc60e1bcee50 Mon Sep 17 00:00:00 2001 From: dave Date: Sat, 11 Apr 2026 22:43:31 +0000 Subject: [PATCH] fix: increase run_tests MCP timeout to 20 minutes to match acceptance gates Co-Authored-By: Claude Opus 4.6 (1M context) --- server/src/http/mcp/shell_tools.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/src/http/mcp/shell_tools.rs b/server/src/http/mcp/shell_tools.rs index 1d2f7a11..d5d75e25 100644 --- a/server/src/http/mcp/shell_tools.rs +++ b/server/src/http/mcp/shell_tools.rs @@ -7,7 +7,7 @@ use std::path::PathBuf; const DEFAULT_TIMEOUT_SECS: u64 = 120; const MAX_TIMEOUT_SECS: u64 = 600; -const TEST_TIMEOUT_SECS: u64 = 600; +const TEST_TIMEOUT_SECS: u64 = 1200; const MAX_OUTPUT_LINES: usize = 100; /// Patterns that are unconditionally blocked regardless of context.