Skip to content

Commit 29144a1

Browse files
committed
Fix flaky windows test ?
1 parent ba92c5a commit 29144a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exporter/opentelemetry-exporter-otlp-proto-grpc/tests/test_otlp_exporter_mixin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ def test_timeout_set_correctly(self):
427427
"Failed to export traces to localhost:4317, error code: StatusCode.DEADLINE_EXCEEDED",
428428
warning.records[-1].message,
429429
)
430-
exporter = OTLPSpanExporterForTesting(insecure=True, timeout=0.6)
430+
exporter = OTLPSpanExporterForTesting(insecure=True, timeout=0.8)
431431
self.assertEqual(
432432
exporter.export([self.span]),
433433
SpanExportResult.SUCCESS,

0 commit comments

Comments
 (0)