Skip to content

Commit af3c106

Browse files
committed
test(plugin): align prerelease rpc lane contract
1 parent 324ad54 commit af3c106

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/scripts/plugin-prerelease-test-plan.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ describe("scripts/lib/plugin-prerelease-test-plan.mjs", () => {
174174
const script = readFileSync("scripts/e2e/kitchen-sink-rpc-docker.sh", "utf8");
175175
const walkScript = readFileSync("scripts/e2e/kitchen-sink-rpc-walk.mjs", "utf8");
176176

177-
expect(lane).toEqual({
177+
expect(lane).toMatchObject({
178178
command: "OPENCLAW_SKIP_DOCKER_BUILD=1 pnpm test:docker:kitchen-sink-rpc",
179179
e2eImageKind: "functional",
180180
live: false,
@@ -183,7 +183,7 @@ describe("scripts/lib/plugin-prerelease-test-plan.mjs", () => {
183183
retryPatterns: [],
184184
retries: 0,
185185
stateScenario: "empty",
186-
timeoutMs: 900000,
186+
timeoutMs: 1_500_000,
187187
weight: 3,
188188
});
189189
expect(script).toContain("OPENCLAW_ENTRY=/app/openclaw.mjs");

0 commit comments

Comments
 (0)