GitHub user nickva opened a pull request: https://github.com/apache/couchdb-couch-replicator/pull/32
Fix flaky replicator tests. Replication+compaction test periodically times out when running under CI. Adjust writer timeout from 3 to 9 sec. Also clean up confusing / unused TIMEOUT_STOP constant. You can merge this pull request into a Git repository by running: $ git pull https://github.com/cloudant/couchdb-couch-replicator fix-flaky-replicator-tests Alternatively you can review and apply these changes as the patch at: https://github.com/apache/couchdb-couch-replicator/pull/32.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 #32 ---- commit b26c6f0ea6e7568a1d51890ffead941c4ca9cced Author: Nick Vatamaniuc <vatam...@gmail.com> Date: 2016-03-09T20:05:46Z Fix flaky replicator tests. Replication+compaction test periodically times out when running under CI. Adjust writer timeout from 3 to 9 sec. Also clean up confusing / unused TIMEOUT_STOP constant. ---- --- 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. ---