GitHub user twilmes opened a pull request: https://github.com/apache/tinkerpop/pull/504
TINKERPOP-1548: Traversals can complete before interrupted in TraversalInterruptionComputerTest I added a short sleep to prevent traversal from finishing before it can be interrupted during `TraversalInterruptionComputerTest`. This is a small update but I want to make sure this doesn't cause any build issues for folks. I was getting this failure before the fix regularly. After this fix, I've had 10 good runs without issue also `docker/build.sh -t -i -n` succeeded. VOTE: +1 You can merge this pull request into a Git repository by running: $ git pull https://github.com/apache/tinkerpop TINKERPOP-1548 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/tinkerpop/pull/504.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #504 ---- commit 1d9725418fa53e0c0baa5c9982a9aaa1dd31e0d7 Author: Ted Wilmes <twil...@gmail.com> Date: 2016-11-20T14:02:47Z Added a short sleep to prevent traversal from finishing before it can be interrupted. ---- --- 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. ---