Skip to content

chore(ci): limit unit test duration to 45minutes#6622

Merged
LesnyRumcajs merged 1 commit intomainfrom
limit-unit-test-duration
Feb 17, 2026
Merged

chore(ci): limit unit test duration to 45minutes#6622
LesnyRumcajs merged 1 commit intomainfrom
limit-unit-test-duration

Conversation

@LesnyRumcajs
Copy link
Copy Markdown
Member

@LesnyRumcajs LesnyRumcajs commented Feb 17, 2026

Summary of changes

Changes introduced in this pull request:

  • we don't want the unit tests to run for too long; if they do, there is an issue. Let's limit them to 45 minutes.

Reference issue to close (if applicable)

Closes

Other information and links

Change checklist

  • I have performed a self-review of my own code,
  • I have made corresponding changes to the documentation. All new code adheres to the team's documentation standards,
  • I have added tests that prove my fix is effective or that my feature works (if possible),
  • I have made sure the CHANGELOG is up-to-date. All user-facing changes should be reflected in this document.

Outside contributions

  • I have read and agree to the CONTRIBUTING document.
  • I have read and agree to the AI Policy document. I understand that failure to comply with the guidelines will lead to rejection of the pull request.

Summary by CodeRabbit

Release Notes

  • Chores
    • Improved test pipeline stability by extending the maximum execution timeout for release tests, ensuring adequate time for test completion.

@LesnyRumcajs LesnyRumcajs requested a review from a team as a code owner February 17, 2026 12:31
@LesnyRumcajs LesnyRumcajs requested review from akaladarshi and sudo-shashank and removed request for a team February 17, 2026 12:31
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Feb 17, 2026

No actionable comments were generated in the recent review. 🎉


Walkthrough

A 45-minute timeout limit is added to the tests-release job in the unit-tests GitHub Actions workflow, extending the maximum execution time allowed for the job to complete.

Changes

Cohort / File(s) Summary
GitHub Actions Configuration
.github/workflows/unit-tests.yml
Added timeout-minutes: 45 parameter to the tests-release job to extend maximum execution time.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Suggested reviewers

  • akaladarshi
  • sudo-shashank
🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the main change: adding a 45-minute timeout limit to the unit tests CI job in the GitHub Actions workflow.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

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

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch limit-unit-test-duration

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

@LesnyRumcajs LesnyRumcajs added this pull request to the merge queue Feb 17, 2026
Merged via the queue into main with commit 7aba175 Feb 17, 2026
35 checks passed
@LesnyRumcajs LesnyRumcajs deleted the limit-unit-test-duration branch February 17, 2026 17:36
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