Github user aledsage commented on a diff in the pull request:

    https://github.com/apache/brooklyn-server/pull/412#discussion_r86832920
  
    --- Diff: 
core/src/test/java/org/apache/brooklyn/enricher/stock/EnrichersTest.java ---
    @@ -201,17 +201,16 @@ public void 
testTransformingRespectsUnchangedButWillRepublish() {
     
             entity.sensors().set(STR1, "myval");
             Asserts.eventually(Suppliers.ofInstance(record), 
CollectionFunctionals.sizeEquals(1));
    --- End diff --
    
    As an aside, I noticed recently that `Asserts.eventually` has only a one 
second timeout, rather than the 30 second timeout of 
`Asserts.succeedsEventually` or 
`EntityAsserts.assertAttributeEqualsEventually`. I really don't like one second 
timeouts. They can fail in apache's jenkins if the VM/container is starved for 
a short length of time (admittedly I haven't seen that in a while, but I put 
that down to having changed lots of timeouts to use the 
`Asserts.DEFAULT_LONG_TIMEOUT`).
    
    Anyway, that's not related to this PR.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to