Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Set timeout for GitHub Actions workflow #5503

Merged
merged 3 commits into from Mar 11, 2022

Conversation

nwalters512
Copy link
Contributor

This avoids the scenario where CI runs for 6 hours after the JS tests get stuck 馃槵

runs-on: ubuntu-latest
timeout-minutes: 30
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a little over 2x the average time our CI runs take. If this exceeds that in the future, we can tweak this.

Although... this doesn't account for a PR where we need to rebuild a bunch of images. Maybe setting the timeout specifically on the JS tests step would be better? I don't think we've seen other things frequently time out.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I ended up making this change in d6f233b.

@nwalters512 nwalters512 merged commit 28da372 into master Mar 11, 2022
@nwalters512 nwalters512 deleted the fix/github-actions-job-timeout branch March 11, 2022 20:49
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.

None yet

2 participants