test(plugin): align prerelease rpc lane contract · openclaw/openclaw@af3c106
vincentkoc
·
2026-06-19
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -174,7 +174,7 @@ describe("scripts/lib/plugin-prerelease-test-plan.mjs", () => {
|
174 | 174 | const script = readFileSync("scripts/e2e/kitchen-sink-rpc-docker.sh", "utf8"); |
175 | 175 | const walkScript = readFileSync("scripts/e2e/kitchen-sink-rpc-walk.mjs", "utf8"); |
176 | 176 | |
177 | | -expect(lane).toEqual({ |
| 177 | +expect(lane).toMatchObject({ |
178 | 178 | command: "OPENCLAW_SKIP_DOCKER_BUILD=1 pnpm test:docker:kitchen-sink-rpc", |
179 | 179 | e2eImageKind: "functional", |
180 | 180 | live: false, |
@@ -183,7 +183,7 @@ describe("scripts/lib/plugin-prerelease-test-plan.mjs", () => {
|
183 | 183 | retryPatterns: [], |
184 | 184 | retries: 0, |
185 | 185 | stateScenario: "empty", |
186 | | -timeoutMs: 900000, |
| 186 | +timeoutMs: 1_500_000, |
187 | 187 | weight: 3, |
188 | 188 | }); |
189 | 189 | expect(script).toContain("OPENCLAW_ENTRY=/app/openclaw.mjs"); |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。