Github user rjbriody commented on the pull request: https://github.com/apache/incubator-tinkerpop/pull/244#issuecomment-191502519 np @spmallette, anything for you buddy! > 6 elements w/ a 10ms sleep each = 60ms with 10ms for other computation. This comment (and others like it from a few other tests) are from when we actually attempted to impose an upper bound on the duration. The assert used to verify that the duration was greater than the total sleep time AND less than whatever that was + 10ms. That was totally unreliable even after we jacked the tolerance so I just got rid of all the upper bound checking. So I thought "Hey, it should at least take as long as all the sleeps because that's dependable... right?". Guess not??? So this failure is particularly weird. There's no reason I can think of why the duration could possibly be less than the minimum.
--- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---