Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion packages/workbench/tests/overview.e2e.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,9 @@ e2e('redirects a direct Runtime deep link only after capability discovery report
}
});

e2e('offers the host-owned MCP playground handoff only after a selected Runtime App succeeds', { timeout: 120_000 }, async ({ page }) => {
// Flaky under hosted-runner load (watch delivery can split one edit into an
// extra reload generation, #200); retry while the root cause stays open.
e2e('offers the host-owned MCP playground handoff only after a selected Runtime App succeeds', { retry: 2, timeout: 120_000 }, async ({ page }) => {
const fixture = await startRuntimePlaygroundFixture();
let clientPage: Page | undefined;
let clientSurface: Awaited<ReturnType<typeof fixture.openRuntimeClientSurface>> | undefined;
Expand Down
Loading