open-telemetry / opentelemetry-python

OpenTelemetry Python API and SDK
https://opentelemetry.io
Apache License 2.0
1.67k stars 570 forks source link

Speed up OTLP proto gRPC exporter tests #4014

Closed ocelotl closed 1 day ago

ocelotl commented 2 days ago

Fixes #4013

These tests had unnecessarily large delays, this PR reduces them.

For some unscientific proof this helps, I ran these tests in my laptop, with main it took it ~34s, with these enhancements, it took ~12s to run them.