Skip to content

Commit 02c0f37

Browse files
authored
Merge branch 'main' into langchain-workflow-type
2 parents c547813 + 47a3d9d commit 02c0f37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

instrumentation/opentelemetry-instrumentation-tornado/tests/test_metrics_instrumentation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ async def test_metrics_concurrent_requests(self):
246246
- req2_client_duration_data_point.sum
247247
),
248248
0.0,
249-
delta=0.01,
249+
delta=0.02,
250250
)
251251

252252
# Make sure duration is roughly equivalent to expected (req1/slow) should be around 1 second

0 commit comments

Comments
 (0)