kfaraz commented on code in PR #18483:
URL: https://github.com/apache/druid/pull/18483#discussion_r2326635008
##########
server/src/test/java/org/apache/druid/server/metrics/LatchableEmitter.java:
##########
@@ -129,15 +129,16 @@ public void waitForEvent(Predicate<Event> condition, long
timeoutMillis)
}
/**
- * Wait indefinitely until a metric event that matches the given condition
is emitted.
+ * Wait until a metric event that matches the given condition is emitted.
+ * Uses a default timeout of 10 seconds.
Review Comment:
```suggestion
* Uses a default timeout of 20 seconds.
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]