Github user kirklund commented on the issue:
https://github.com/apache/incubator-geode/pull/293
Some additional information on using Awaitility:
Use a larger timeout value such as 60 seconds. If you use 1 second, then
sometime the test is going to have a false failure when it runs on a slow
machine or because a garbage collection occurs during the test. Awaitility will
only wait until the condition is met -- it will early out from the 60 second
timeout. The test will then pass on slower machines or in case of GC.
Thanks!
---
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.
---