-
Notifications
You must be signed in to change notification settings - Fork 185
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
Timeout while running timeout tests #3652
Comments
Not sure, no, there is definitely something hanging there.
i.e. no output at all. It seems somewhat transient yet frequent, looking at https://github.com/ruby/timeout/actions |
I ran it 10 times locally on Linux and it succeeded each time and took between 5 and 10 seconds. I think the next step would be to find or create a "soft timeout utility" for GitHub Actions. (Maybe this could also be available as a command-line option of TruffleRuby for convenience, although that would very likely need to create an extra Ruby Thread internally to handle this which doesn't seem ideal.) |
👋 Hi! I recently looked at the CI run on the upstream repo. The job truffleruby-head on ubuntu-latest took a while (>26 minutes) to do anything in the step that executes the tests. https://github.com/ruby/timeout/actions/runs/10595331126/job/29360878189
The step is...
bundle exec rake test
Got ideas on what's going on? The
macos-latest
seem to be done in 5s.(If you wish to shunt this Issue comment to its own something, Discussion, Issue, comment thread in the ruby/timeout repo, please shunt away.)
Originally posted by @olleolleolle in #3426 (comment)
Ref: ruby/timeout#50 (comment)
The text was updated successfully, but these errors were encountered: