We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c547813 + 47a3d9d commit 02c0f37Copy full SHA for 02c0f37
1 file changed
instrumentation/opentelemetry-instrumentation-tornado/tests/test_metrics_instrumentation.py
@@ -246,7 +246,7 @@ async def test_metrics_concurrent_requests(self):
246
- req2_client_duration_data_point.sum
247
),
248
0.0,
249
- delta=0.01,
+ delta=0.02,
250
)
251
252
# Make sure duration is roughly equivalent to expected (req1/slow) should be around 1 second
0 commit comments