mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-07 18:42:25 +00:00
test(plugin): align prerelease rpc lane contract
This commit is contained in:
@@ -174,7 +174,7 @@ describe("scripts/lib/plugin-prerelease-test-plan.mjs", () => {
|
||||
const script = readFileSync("scripts/e2e/kitchen-sink-rpc-docker.sh", "utf8");
|
||||
const walkScript = readFileSync("scripts/e2e/kitchen-sink-rpc-walk.mjs", "utf8");
|
||||
|
||||
expect(lane).toEqual({
|
||||
expect(lane).toMatchObject({
|
||||
command: "OPENCLAW_SKIP_DOCKER_BUILD=1 pnpm test:docker:kitchen-sink-rpc",
|
||||
e2eImageKind: "functional",
|
||||
live: false,
|
||||
@@ -183,7 +183,7 @@ describe("scripts/lib/plugin-prerelease-test-plan.mjs", () => {
|
||||
retryPatterns: [],
|
||||
retries: 0,
|
||||
stateScenario: "empty",
|
||||
timeoutMs: 900000,
|
||||
timeoutMs: 1_500_000,
|
||||
weight: 3,
|
||||
});
|
||||
expect(script).toContain("OPENCLAW_ENTRY=/app/openclaw.mjs");
|
||||
|
||||
Reference in New Issue
Block a user