Skip to content

Commit

Permalink
Review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tjquinno committed Mar 4, 2024
1 parent 74cd811 commit debadc6
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions microprofile/telemetry/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@
Support for MicroProfile Telemetry
</description>

<properties>
<!-- The default for the following is 5000 ms. Reducing it speeds up tests significantly. -->
<otel.bsp.schedule.delay>100</otel.bsp.schedule.delay>
</properties>

<dependencies>
<dependency>
<groupId>io.helidon.tracing.providers</groupId>
Expand Down Expand Up @@ -141,8 +146,9 @@
<execution>
<id>default-test</id>
<configuration>
<!-- The default for the following is 5000 ms. Reducing it significantly speeds up tests. -->
<argLine>-Dotel.bsp.schedule.delay=100</argLine>
<systemPropertyVariables>
<otel.bsp.schedule.delay>${otel.bsp.schedule.delay}</otel.bsp.schedule.delay>
</systemPropertyVariables>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit debadc6

Please sign in to comment.