Skip to content

Commit cb44499

Browse files
author
ddx-checkpoint
committed
test: harden federation e2e timeout
1 parent 11cece7 commit cb44499

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ registry entries are pruned during normal UI/MCP inspection instead of leaving
1313
blank stale rows that can confuse queue monitors. The frontend CI path now runs
1414
unit and functional Playwright suites separately so visual/video capture specs
1515
do not dirty release checks, and the affected E2E helpers serialize DDx binary
16-
builds to avoid Go build-cache races under high host load.
16+
builds to avoid Go build-cache races under high host load. Federation E2E now
17+
allows enough time for the full offline/restart cycle on slower CI runners.
1718

1819
### Fixed: release and security workflow follow-through
1920

cli/internal/server/frontend/e2e/federation-2node.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ function firstNonLoopbackIPv4(): string | null {
214214
// ─── Federation 2-node tests ───────────────────────────────────────────────
215215

216216
test.describe('federation 2-node e2e', () => {
217-
test.setTimeout(90_000);
217+
test.setTimeout(150_000);
218218

219219
test('hub /federation lists both nodes; scope=federation merges data; offline+restart cycle', async ({
220220
page

0 commit comments

Comments
 (0)