gnodet commented on code in PR #24649:
URL: https://github.com/apache/camel/pull/24649#discussion_r3569210473
##########
core/camel-core/src/test/java/org/apache/camel/processor/aggregator/AggregateTimeoutTest.java:
##########
@@ -48,10 +48,10 @@ public void testAggregateTimeout() throws Exception {
// wait about 0.2 second so that the timeout kicks in, but it was
// discarded
- mock.assertIsSatisfied(200);
+ mock.assertIsSatisfied(500);
Review Comment:
Nit: the comment says "wait about 0.2 second" but the timeout was changed
from 200ms to 500ms. Consider updating the comment to match:
```suggestion
// wait about 0.5 second so that the timeout kicks in, but it was
// discarded
mock.assertIsSatisfied(500);
```
--
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]