Jens-G opened a new pull request, #3632:
URL: https://github.com/apache/thrift/pull/3632

   ## Summary
   - `lib-python` and `lib-python-macos` had no `timeout-minutes`, so a hung 
job would run until GitHub Actions' default 6-hour ceiling before being 
cancelled.
   - A recent `lib-python-macos` run did exactly this: the test suite passed, 
but a `TestServer.py` subprocess (`TProcessPoolServer`) never exited, and the 
job sat cancelled at exactly 360 minutes ([run 
28817226680](https://github.com/apache/thrift/actions/runs/28817226680/job/85471806532)).
   - Adds `timeout-minutes: 20` to both jobs — comfortably above the ~2-6.5 
minute normal duration observed across recent runs, but far below the 6-hour 
default.
   
   ## Test plan
   - [x] Validated the workflow YAML parses correctly and both jobs carry 
`timeout-minutes: 20`
   - [ ] CI run on this PR exercises both jobs under the new timeout
   
   Co-Authored-By: Claude Sonnet 5 <[email protected]>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to