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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ ci ] add 45 minute timeout to jobs running tests #3504

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dunhamsteve
Copy link
Collaborator

Description

We're having some CI runs freezing up during tests and being killed after five hours. This has occurred a few times in macos-self-host-chez and in windows-bootstrap-chez. I don't have a root cause, but suspect a bug in chez or possibly the test runner is causing a deadlock. I see that there is some history of deadlocks on these platforms in the chez bug tracker.

As a workaround, I've added a 45 minute timeout to the jobs that run tests. The typically run in about half that time. They will still fail when there is a deadlock, but will fail in 45 minutes instead of 5 hours.

@zenntenn
Copy link
Contributor

zenntenn commented Feb 28, 2025 via email

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