diff --git a/servers/quarkus-server/src/main/resources/application.properties b/servers/quarkus-server/src/main/resources/application.properties index decf9cadb93..d245b8a722c 100644 --- a/servers/quarkus-server/src/main/resources/application.properties +++ b/servers/quarkus-server/src/main/resources/application.properties @@ -252,3 +252,7 @@ quarkus.micrometer.binder.http-server.match-patterns=\ # endless 'Retried waiting for GCLocker too often allocating * words' messages instead of a # "proper OutOfMemoryException" happen. %test.quarkus.micrometer.binder.jvm=false + +# See https://github.com/quarkusio/quarkus/issues/32238 +%test.quarkus.otel.exporter.otlp.timeout=0 +%test.quarkus.otel.exporter.otlp.traces.timeout=0