fix(repo): Extending timeout for nightly-checks action#5499
Conversation
|
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Pull Request Overview
This PR updates the GitHub Actions workflow for nightly integration tests to address timeouts occurring in CI.
- Extends the fallback timeout value for integration tests from 10 to 30 minutes.
- Adjusts the workflow configuration in .github/workflows/nightly-checks.yml to support the extended timeout.
tmilewski
left a comment
There was a problem hiding this comment.
I believe that it's going to hit the vars, as I think they still exist, before it hits the default.
|
@tmilewski I will test it out |
Description
Addressing jobs timing out in CI
Checklist
pnpm testruns as expected.pnpm buildruns as expected.Type of change