Skip to content

Commit 0813487

Browse files
committed
Add delay for windows test.
1 parent 8394244 commit 0813487

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opentelemetry-sdk/tests/logs/test_export.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ def test_logs_exported_once_schedule_delay_reached(self):
496496
schedule_delay_millis=100,
497497
)
498498
log_record_processor.emit(EMPTY_LOG)
499-
time.sleep(0.11)
499+
time.sleep(0.2)
500500
exporter.export.assert_called_once_with([EMPTY_LOG])
501501

502502
def test_logs_flushed_before_shutdown_and_dropped_after_shutdown(self):

0 commit comments

Comments
 (0)