Skip to content

fix(ci): increase job timeout to 180 min for cold Playwright cache#75

Merged
tehw0lf merged 1 commit into
mainfrom
fix/playwright-install-timeout-2
May 29, 2026
Merged

fix(ci): increase job timeout to 180 min for cold Playwright cache#75
tehw0lf merged 1 commit into
mainfrom
fix/playwright-install-timeout-2

Conversation

@tehw0lf
Copy link
Copy Markdown
Owner

@tehw0lf tehw0lf commented May 29, 2026

Summary

  • Increase test_and_build job timeout from 45 to 180 minutes

Problem

Playwright browser downloads can hit 100% and then timeout before the cache is written. Public repos have no GitHub Actions minute limit, so 180 min is safe for cold cache runs. Subsequent runs skip the download via cache.

Summary by CodeRabbit

  • Chores
    • Increased build and test job timeout limit to accommodate longer build processes.

Review Change Stack

First run needs to download all browser binaries which can exceed 45 min.
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 29, 2026

Caution

Review failed

Pull request was closed or merged during review

📝 Walkthrough

Walkthrough

The test-and-build workflow job timeout is extended from 45 minutes to 180 minutes to allow the job longer to complete before automatic termination.

Changes

Workflow Timeout Configuration

Layer / File(s) Summary
Job timeout configuration
.github/workflows/test-and-build.yml
The test_and_build job's timeout-minutes is increased from 45 to 180 to provide additional execution time for the job.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

A rabbit hops with glee today,
More time for tests to run and play!
From forty-five to one-eighty bright,
The build job now has endless might! 🐰⏰

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and specifically describes the main change: increasing the CI job timeout to 180 minutes due to Playwright cache issues, which is exactly what the changeset accomplishes.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/playwright-install-timeout-2

Comment @coderabbitai help to get the list of available commands and usage tips.

@tehw0lf tehw0lf merged commit bb8d469 into main May 29, 2026
2 of 3 checks passed
@tehw0lf tehw0lf deleted the fix/playwright-install-timeout-2 branch May 29, 2026 16:13
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