test(agents): widen slow MCP catalog timeout margin · openclaw/openclaw@5b7cf46
vincentkoc
·
2026-06-18
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -665,7 +665,7 @@ describe("session MCP runtime", () => {
|
665 | 665 | const tempDir = await fs.mkdtemp(path.join(os.tmpdir(), "bundle-mcp-slow-listtools-")); |
666 | 666 | const serverPath = path.join(tempDir, "slow-list-tools.mjs"); |
667 | 667 | const logPath = path.join(tempDir, "server.log"); |
668 | | -testing.setBundleMcpCatalogListTimeoutMsForTest(700); |
| 668 | +testing.setBundleMcpCatalogListTimeoutMsForTest(2_000); |
669 | 669 | await writeListToolsMcpServer({ |
670 | 670 | filePath: serverPath, |
671 | 671 | logPath, |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。