Skip to content

ci: Add timeout for Playwright installation - #5829

Open
backspace wants to merge 1 commit into
mainfrom
ci-bound-playwright-deps
Open

ci: Add timeout for Playwright installation#5829
backspace wants to merge 1 commit into
mainfrom
ci-bound-playwright-deps

Conversation

@backspace

Copy link
Copy Markdown
Contributor

No description provided.

`--with-deps` bundles two unrelated operations: fetching the browsers from
Microsoft's CDN, and apt-installing the system libraries they link against.
Only the second reaches Ubuntu's mirrors, and that is where this step stalls —
it has sat here for as long as 170 minutes holding a runner, while the browser
download has never been implicated.

Splitting them bounds the half that fails without touching the half that works.
Measured over the three weeks before this started, the whole step ran to a
45-second median and a 59-second maximum, so five minutes for the deps half is
generous rather than tight.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant