We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5313895 commit 95eeb34Copy full SHA for 95eeb34
agent/instrumentation/micrometer-1.0/src/test/java/MicrometerTest.java
@@ -254,7 +254,7 @@ void shouldCaptureFunctionTimer() {
254
.register(registry);
255
256
// then
257
- await().until(() -> getLastMeasurement("test-function-timer") != null);
+ await().atMost(Duration.ofSeconds(15)).until(() -> getLastMeasurement("test-function-timer") != null);
258
259
AgentTestingMicrometerDelegate.Measurement measurement =
260
getLastMeasurement("test-function-timer");
0 commit comments