fixing tests

This commit is contained in:
João Moura
2024-02-28 02:46:35 -03:00
parent 340bea3271
commit 2530196cf8
16 changed files with 21694 additions and 30273 deletions

View File

@@ -46,7 +46,7 @@ class Telemetry:
)
self.provider = TracerProvider(resource=self.resource)
processor = BatchSpanProcessor(
OTLPSpanExporter(endpoint=f"{telemetry_endpoint}/v1/traces", timeout=25)
OTLPSpanExporter(endpoint=f"{telemetry_endpoint}/v1/traces", timeout=15)
)
self.provider.add_span_processor(processor)
self.ready = True