test: stabilize Docker CLI backend lane · openclaw/openclaw@0e9156d
steipete
·
2026-04-25
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -15,7 +15,7 @@ const DEFAULT_STATUS_INTERVAL_MS = 30_000;
|
15 | 15 | const DEFAULT_PREFLIGHT_RUN_TIMEOUT_MS = 60_000; |
16 | 16 | const DEFAULT_TIMINGS_FILE = path.join(ROOT_DIR, ".artifacts/docker-tests/lane-timings.json"); |
17 | 17 | const LIVE_PROFILE_TIMEOUT_MS = 20 * 60 * 1000; |
18 | | -const LIVE_CLI_TIMEOUT_MS = 12 * 60 * 1000; |
| 18 | +const LIVE_CLI_TIMEOUT_MS = 20 * 60 * 1000; |
19 | 19 | const LIVE_ACP_TIMEOUT_MS = 20 * 60 * 1000; |
20 | 20 | const OPENWEBUI_TIMEOUT_MS = 20 * 60 * 1000; |
21 | 21 | const BUNDLED_UPDATE_TIMEOUT_MS = 20 * 60 * 1000; |
@@ -180,7 +180,10 @@ const lanes = [
|
180 | 180 | npmLane("doctor-switch", "OPENCLAW_SKIP_DOCKER_BUILD=1 pnpm test:docker:doctor-switch", { |
181 | 181 | weight: 3, |
182 | 182 | }), |
183 | | -npmLane("plugins", "OPENCLAW_SKIP_DOCKER_BUILD=1 pnpm test:docker:plugins", { weight: 2 }), |
| 183 | +lane("plugins", "OPENCLAW_SKIP_DOCKER_BUILD=1 pnpm test:docker:plugins", { |
| 184 | +resources: ["npm", "service"], |
| 185 | +weight: 6, |
| 186 | +}), |
184 | 187 | npmLane("plugin-update", "OPENCLAW_SKIP_DOCKER_BUILD=1 pnpm test:docker:plugin-update"), |
185 | 188 | serviceLane("config-reload", "OPENCLAW_SKIP_DOCKER_BUILD=1 pnpm test:docker:config-reload"), |
186 | 189 | ...bundledScenarioLanes, |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。