Skip to content

Commit 3704cfb

Browse files
committed
DROP me: see how it work with handled exception
1 parent 457c41b commit 3704cfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opentelemetry-sdk/tests/trace/export/test_export.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ def test_batch_span_processor_scheduled_delay(self):
486486
self.assertTrue(export_event.wait(2))
487487
export_time = time.time()
488488
self.assertEqual(len(spans_names_list), 1)
489-
self.assertAlmostEqual((export_time - start_time) * 1e3, 500, delta=20)
489+
self.assertAlmostEqual((export_time - start_time) * 1e3, 500, delta=0)
490490

491491
span_processor.shutdown()
492492

0 commit comments

Comments
 (0)