nickva commented on code in PR #5914: URL: https://github.com/apache/couchdb/pull/5914#discussion_r2921201254
########## build-aux/Jenkinsfile: ########## @@ -33,6 +33,9 @@ MAXIMUM_ERLANG_VERSION = '28.3.2' // works. INTERMEDIATE_ERLANG_VERSION = '27.3.4.8' +// Default GNU Make Eunit Options for supported platforms +DEFAULT_GNU_MAKE_EUNIT_OPTS = '-j4 --output-sync=target' Review Comment: What do you think about just trying -j2 first? If that gives us a good enough boost without too many retries that can be a good first step. Then we can try moving on to -j3 and -j4 later. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
