-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
[maintenance] Adjust test job timeouts in GitHub Actions CI/CD jobs #5389
Copy link
Copy link
Closed
Labels
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
📋 Your version of the Python
N/A
📋 Your version of the aiohttp/yarl/multidict distributions
repo master
📋 Additional context
N/A
Reactions are currently unavailable