We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8394244 commit 0813487Copy full SHA for 0813487
opentelemetry-sdk/tests/logs/test_export.py
@@ -496,7 +496,7 @@ def test_logs_exported_once_schedule_delay_reached(self):
496
schedule_delay_millis=100,
497
)
498
log_record_processor.emit(EMPTY_LOG)
499
- time.sleep(0.11)
+ time.sleep(0.2)
500
exporter.export.assert_called_once_with([EMPTY_LOG])
501
502
def test_logs_flushed_before_shutdown_and_dropped_after_shutdown(self):
0 commit comments