nickva commented on a change in pull request #470: Scheduling Replicator
URL: https://github.com/apache/couchdb/pull/470#discussion_r114008456
##########
File path: Makefile
##########
@@ -115,7 +115,9 @@ else
endif
# This might help with emfile errors during `make javascript`: ulimit
-n 10240
@rm -rf dev/lib
- @dev/run -n 1 -q --with-admin-party-please test/javascript/run $(suites)
+ @dev/run -n 1 -q --with-admin-party-please \
+ -c 'startup_jitter=0' \
Review comment:
This is to make the javascript test pass in Travis. Without this change the
integration test suite takes too long and times out. There are enough
replications starting that 5 second average wait starts to add up quickly.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services