We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c48362 commit ef57c2aCopy full SHA for ef57c2a
opentelemetry-sdk/tests/trace/test_span_processor.py
@@ -461,7 +461,7 @@ def delayed_flush(_):
461
for mock_processor in mocks:
462
multi_processor.add_span_processor(mock_processor)
463
464
- flushed = multi_processor.force_flush(timeout_millis=10)
+ flushed = multi_processor.force_flush(timeout_millis=25)
465
# let the thread executing the late_mock continue
466
wait_event.set()
467
0 commit comments