Skip to content

Commit

Permalink
Small fix/QuarkusTest - use duration values (#1349)
Browse files Browse the repository at this point in the history
  • Loading branch information
arik-dig authored Oct 5, 2023
1 parent 41b6462 commit 7159687
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,7 @@ class QuarkusRunConfigurationWrapper : RunConfigurationWrapper {

// handle batching - try to remove them, so spans would manage to be sent out
retVal = retVal
.plus("-Dquarkus.otel.bsp.schedule.delay=1") // set delay to 1 milliseconds
.plus(" ")
.plus("-Dquarkus.otel.bsp.export.timeout=1") // set timeout to 1 milliseconds
.plus("-Dquarkus.otel.bsp.schedule.delay=0.001S") // set delay to 1 millisecond
.plus(" ")
.plus("-Dquarkus.otel.bsp.max.export.batch.size=1") // by setting size of 1 it kind of disable
.plus(" ")
Expand Down

0 comments on commit 7159687

Please sign in to comment.