ppalaga commented on issue #149: Salesforce integration test takes 30+ mins URL: https://github.com/apache/camel-quarkus/issues/149#issuecomment-523336664 There are two more things that helped to speed up my Salesforce itest build, now at **03:02 min**: 1. Add `<disableReports>true</disableReports>` to quarkus-maven-plugin. Let me send a PR adding this to all itests where it is not there yet. 2. Switching to `acpi-cpufreq` CPU frequency scaling driver (on Linux). With the the default `intel_pstate` driver the build was 20-30 sec slower. I followed this guide https://dunterov.github.io/cpu-freq/ to set `intel_pstate=disable` in the grub boot configuration.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
