Skip to content

Commit 92c9893

Browse files
committed
chore: reduce MCP test timeout to 10s
1 parent 1029bf7 commit 92c9893

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node/services/mcpServerManager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import type { Runtime } from "@/node/runtime/Runtime";
77
import type { MCPConfigService } from "@/node/services/mcpConfigService";
88
import { createRuntime } from "@/node/runtime/runtimeFactory";
99

10-
const TEST_TIMEOUT_MS = 30_000;
10+
const TEST_TIMEOUT_MS = 10_000;
1111

1212
export type MCPTestResult = { success: true; tools: string[] } | { success: false; error: string };
1313

0 commit comments

Comments
 (0)