Skip to content

Commit

Permalink
Improve containers startup and increase max duration of test (#1612)
Browse files Browse the repository at this point in the history
  • Loading branch information
robsunday authored Dec 17, 2024
1 parent 5257aa0 commit be9aee0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ protected final void waitAndAssertMetrics(Consumer<Metric>... assertions) {
protected void verifyMetrics() {
MetricsVerifier metricsVerifier = createMetricsVerifier();
await()
.atMost(Duration.ofSeconds(30))
.atMost(Duration.ofSeconds(60))
.untilAsserted(
() -> {
List<ExportMetricsServiceRequest> receivedMetrics = otlpServer.getMetrics();
Expand Down

0 comments on commit be9aee0

Please sign in to comment.