• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

stacklok / toolhive-studio / 26233238545
70%
main: 70%

Build:
Build:
LAST BUILD BRANCH: renovate/anthropics-claude-code-action-digest
DEFAULT BRANCH: main
Ran 21 May 2026 02:48PM UTC
Jobs 1
Files 522
Run time 2min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

21 May 2026 02:43PM UTC coverage: 70.484%. Remained the same
26233238545

Pull #2282

github

peppescg
test(e2e): use LONG_TIMEOUT on registry install/uninstall flow

The `install and uninstall server from registry` test consistently
times out on CI at the `getByRole('link', { name: /^view$/i }).click()`
step (default 30s action timeout). Between clicking the dialog's
`Install server` and the "View" link rendering, the backend has to:

1. pull `docker.io/mcp/everything:latest` (cold cache on most runners),
2. start the egress squid proxy (the server's manifest declares no
   outbound network, so a proxy container is required),
3. start the workload container,
4. wait for it to become healthy.

On the default CI shared runners that chain regularly exceeds 30s,
producing a flaky `TimeoutError: locator.click: Timeout 30000ms
exceeded` on `view`. The fixture already exports `LONG_TIMEOUT`
(180s) for "operations that may take a while, like LLM inference on
CI" — the registry-install path is in the same class of slow
container-orchestration operations, so reuse it for the two waits
that depend on the spawned containers being up:

  - the click on the "View" link (rendered once install completes),
  - the `Running` text appearing on the workload detail page.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Pull Request #2282: test(e2e): use LONG_TIMEOUT on registry install/uninstall flow

5194 of 7997 branches covered (64.95%)

7706 of 10933 relevant lines covered (70.48%)

114.91 hits per line

Jobs
ID Job ID Ran Files Coverage
1 26233238545.1 21 May 2026 02:48PM UTC 522
70.48
GitHub Action Run
Source Files on build 26233238545
  • Tree
  • List 522
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #26233238545
  • Pull Request #2282
  • PR Base - main (#26225379876)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc