Skip to content

Commit

Permalink
Set higher timeout for OTLP integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatan-ivanov committed Mar 31, 2023
1 parent 8f51093 commit 7d1cf36
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ void collectorShouldExportMetrics() throws Exception {
DistributionSummary.builder("test.distributionsummary").register(registry).record(24);

// @formatter:off
await().atMost(Duration.ofSeconds(5))
await().atMost(Duration.ofSeconds(10))
.pollDelay(Duration.ofMillis(100))
.pollInterval(Duration.ofMillis(100))
.untilAsserted(() -> whenPrometheusScraped().then()
Expand Down

0 comments on commit 7d1cf36

Please sign in to comment.