slachiewicz commented on PR #3816: URL: https://github.com/apache/thrift/pull/3816#issuecomment-5654583428
Thanks, that was the right check. I extended it to the 296 `build.yml` runs that concluded success or failure between 2026-08-25 and 2026-09-13: 16 successful jobs in 14 runs exceeded 30 minutes, all of them 28 to 42 minutes in an apt-get install step, none over 45.1. So 30 would have cost a re-run on about one run in twenty. Pushed 92a96757e with 60 instead, which clears every observed case and still cuts a hang from 360 minutes to 60. Per-job values do not buy anything, since the slow step is the same `libboost-all-dev` download in nearly every job; trimming that closure is a separate change worth measuring; cross-test runs prebuilt cpp binaries, so it likely needs only the boost runtime libraries. *This comment was created with AI assistance.* -- 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]
