Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e780a97

Browse files
authored
Slightly increase wait time (open-telemetry#2417)
Fixes open-telemetry#2416
1 parent b339ca7 commit e780a97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opentelemetry-sdk/tests/metrics/test_periodic_exporting_metric_reader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def test_ticker_collects_metrics(self):
105105
pmr = self._create_periodic_reader(
106106
metrics_list, exporter, interval=100
107107
)
108-
time.sleep(0.2)
108+
time.sleep(0.11)
109109
self.assertEqual(exporter.metrics, metrics_list)
110110
pmr.shutdown()
111111

0 commit comments

Comments
 (0)