open-telemetry / opentelemetry-python

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

test_batch_span_processor_scheduled_delay failing in windows #3985

Open ocelotl opened 1 week ago

ocelotl commented 1 week ago

Describe your environment

OS: (e.g, Ubuntu) Python version: (e.g., Python 3.8.10) SDK version: (e.g., 1.25.0) API version: (e.g., 1.25.0)

What happened?

This test case failed in windows: https://github.com/open-telemetry/opentelemetry-python/actions/runs/9601267490/job/26479463678?pr=3965#step:7:685

Steps to Reproduce

None, just look at how it failed.

Expected Result

The test not failing.

Actual Result

The test failing.

Additional context

No response

Would you like to implement a fix?

None