Skip to content

Commit 002ca05

Browse files
Merge branch 'main' into mike/config-file-yaml-injection
2 parents 6791e74 + ef57c2a commit 002ca05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

opentelemetry-sdk/tests/trace/test_span_processor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ def delayed_flush(_):
461461
for mock_processor in mocks:
462462
multi_processor.add_span_processor(mock_processor)
463463

464-
flushed = multi_processor.force_flush(timeout_millis=10)
464+
flushed = multi_processor.force_flush(timeout_millis=25)
465465
# let the thread executing the late_mock continue
466466
wait_event.set()
467467

0 commit comments

Comments
 (0)