mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08:00
[apps] Bump MCP tool call timeout. (#12405)
- [x] Bump MCP tool call timeout.
This commit is contained in:
committed by
GitHub
Unverified
parent
a5d0757ed1
commit
36a2a9fdbb
@@ -92,7 +92,7 @@ const MAX_TOOL_NAME_LENGTH: usize = 64;
|
||||
pub const DEFAULT_STARTUP_TIMEOUT: Duration = Duration::from_secs(10);
|
||||
|
||||
/// Default timeout for individual tool calls.
|
||||
const DEFAULT_TOOL_TIMEOUT: Duration = Duration::from_secs(60);
|
||||
const DEFAULT_TOOL_TIMEOUT: Duration = Duration::from_secs(120);
|
||||
|
||||
const CODEX_APPS_TOOLS_CACHE_SCHEMA_VERSION: u8 = 1;
|
||||
const CODEX_APPS_TOOLS_CACHE_DIR: &str = "cache/codex_apps_tools";
|
||||
|
||||
Reference in New Issue
Block a user