File tree Expand file tree Collapse file tree
cli/internal/server/frontend/e2e Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,8 @@ registry entries are pruned during normal UI/MCP inspection instead of leaving
1313blank stale rows that can confuse queue monitors. The frontend CI path now runs
1414unit and functional Playwright suites separately so visual/video capture specs
1515do 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
Original file line number Diff line number Diff line change @@ -214,7 +214,7 @@ function firstNonLoopbackIPv4(): string | null {
214214// ─── Federation 2-node tests ───────────────────────────────────────────────
215215
216216test . 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
You can’t perform that action at this time.
0 commit comments