test(e2e): give plugin runtime RPCs more headroom · openclaw/openclaw@1b1b1b4
vincentkoc
·
2026-05-01
·
via Recent Commits to openclaw:main
File tree
scripts/e2e/lib/bundled-plugin-install-uninstall
| Original file line number | Diff line number | Diff line change |
|---|
@@ -11,7 +11,7 @@ const READY_TIMEOUT_MS = readPositiveInt(
|
11 | 11 | process.env.OPENCLAW_BUNDLED_PLUGIN_RUNTIME_READY_MS, |
12 | 12 | 180000, |
13 | 13 | ); |
14 | | -const RPC_TIMEOUT_MS = readPositiveInt(process.env.OPENCLAW_BUNDLED_PLUGIN_RUNTIME_RPC_MS, 30000); |
| 14 | +const RPC_TIMEOUT_MS = readPositiveInt(process.env.OPENCLAW_BUNDLED_PLUGIN_RUNTIME_RPC_MS, 60000); |
15 | 15 | |
16 | 16 | function readPositiveInt(raw, fallback) { |
17 | 17 | const parsed = Number.parseInt(String(raw || ""), 10); |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。