**Describe the bug** In https://github.com/nodejs/node/issues/62219, it was reported our GHA runners show a ~9% timeout rate since we upgrade from 2.4.0 to 2.4.1. We are using the `ubuntu-slim` runners that have a 15m timeout, but AFAICT it never was a problem until we updated. I don't know exactly what is the problem, it looks like it sometimes just hand randomly. <!-- A clear and concise description of what the bug is. --> **To Reproduce** Steps to reproduce the behavior: I'm not sure, here are the steps that take the Node.js runner: https://github.com/nodejs/node/blob/5e417551e2dbfff0664c4783df16cc32fd8625e5/.github/workflows/linters.yml#L147-L157 **Expected behavior** <!-- A clear and concise description of what you expected to happen. --> The runner exits successfully in less than a minute 100% of the time **System information** <!-- What version of the software. On which system. --> `ubuntu-slim` GHA runner **Additional context** <!-- Add any other context about the problem here. -->