Skip to content

fix(ci): reduce E2E worker concurrency and double shards to fix timeouts#227

Merged
steilerDev merged 1 commit into
betafrom
fix/ci-e2e-worker-contention
Feb 23, 2026
Merged

fix(ci): reduce E2E worker concurrency and double shards to fix timeouts#227
steilerDev merged 1 commit into
betafrom
fix/ci-e2e-worker-contention

Conversation

@steilerDev
Copy link
Copy Markdown
Owner

Summary

  • Halve Playwright CI workers from 4 to 2 (matches ubuntu-latest 2 vCPUs)
  • Double E2E shards from 8 to 16 to compensate for fewer workers per runner
  • Bump global test timeout from 10s to 15s as additional safety margin

Context

Desktop E2E tests were intermittently hitting the 10s timeout on CI due to CPU contention — 4 workers competing for 2 vCPUs on ubuntu-latest runners.

Test plan

  • CI quality gates pass
  • E2E smoke tests pass with new worker/shard config

🤖 Generated with Claude Code

Desktop E2E tests were hitting the 10s timeout on CI due to CPU contention
with 4 Playwright workers on ubuntu-latest (2 vCPUs). Halve workers to 2
and double shards from 8 to 16 to reduce per-runner load. Bump the global
test timeout from 10s to 15s as an additional safety margin.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@steilerDev steilerDev merged commit 05dfd0b into beta Feb 23, 2026
9 checks passed
@github-actions
Copy link
Copy Markdown
Contributor

🎉 This PR is included in version 1.9.0-beta.62 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@steilerDev steilerDev deleted the fix/ci-e2e-worker-contention branch March 7, 2026 07:44
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.

2 participants