[maintenance] Adjust test job timeouts in GitHub Actions CI/CD jobs #5389
Closed
Description
🐞 Describe the bug
The CI doesn't complete currently because the test jobs are capped to run under 15 minutes and they now get killed on timeout. I believe this is called by the new pip resolver doing backtracking which is rather time-consuming.
💡 To Reproduce
It's visible in any recent CI build.
💡 Expected behavior
The jobs should complete. Carefully bumping the timeout in the workflow file should be enough.
📋 Logs/tracebacks
Example: https://github.com/aio-libs/aiohttp/runs/1669008218?check_suite_focus=true
📋 Your version of the Python
N/A
📋 Your version of the aiohttp/yarl/multidict distributions
repo master
📋 Additional context
N/A