Skip to content

Commit

Permalink
Update smoke-tests-otel-starter/src/test/java/io/opentelemetry/smoket…
Browse files Browse the repository at this point in the history
…est/OtelSpringStarterSmokeTest.java
  • Loading branch information
zeitlinger committed Apr 11, 2024
1 parent b2503f6 commit ed1587a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ public void onTimeout(TimeoutEvent timeoutEvent) {
}
})
.await()
.atMost(Duration.ofSeconds(5))
.atMost(Duration.ofSeconds(30))
.until(() -> SPAN_EXPORTER.getFinishedSpanItems().size() == spans);

return SPAN_EXPORTER.getFinishedSpanItems();
Expand Down

0 comments on commit ed1587a

Please sign in to comment.