Github user jeking3 commented on the issue:
https://github.com/apache/thrift/pull/1103
The latest AppVeyor build failed because the thread factory monitor test
assumes that a monitor wait(milliseconds) will wake up at "milliseconds"
however the only guarantee is that it will sleep "at least milliseconds". As
we see in a busy Appveyor build environment, there are significant delays, but
it meets the criteria of sleeping "at least milliseconds" which is the only
guarantee, so I am going to fix that test.
---
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.
---