ci: add 60m timeout to the Check job#1777
Conversation
Backstop a hang instead of holding the self-hosted runner for the 6-hour default (the earlier vitest hang stalled ~45m before I cancelled it). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
WalkthroughThe GitHub Actions 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches✨ Simplify code
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Adds
timeout-minutes: 60to the self-hostedCheckjob (follow-up to #1775).Without it, a wedged step holds the runner for GitHub's 6-hour default — the earlier
vitest/workerdhang stalled ~45 min before being cancelled by hand. 60 min is comfortably above a cold first build while still failing fast on a true hang.(Written by Claude)