Problem Statement
Our test suite is pretty snappy now with the exception of the Networking (pinned) (3.10, ubuntu-20.04) suite which takes 14 minutes and effectively slows everything else down.
Solution Brainstorm
Make the Python 3.10 grpc tests faster in CI. This is the part that takes the most time:
Building wheel for grpcio-tools (setup.py): started
Building wheel for grpcio-tools (setup.py): still running...
Building wheel for grpcio-tools (setup.py): still running...
Building wheel for grpcio-tools (setup.py): still running...
Building wheel for grpcio-tools (setup.py): still running...
Problem Statement
Our test suite is pretty snappy now with the exception of the
Networking (pinned) (3.10, ubuntu-20.04)suite which takes 14 minutes and effectively slows everything else down.Solution Brainstorm
Make the Python 3.10 grpc tests faster in CI. This is the part that takes the most time: