Is Sonar Analysis expected to take 25 minutes for 600K Lines of code?

Hey @Sebastien_Arod,

It is very hard to estimate whether 25 minutes in your case is good or bad solely based on the number of lines of code and languages involved. The scanning time can depend on many factors such as code logic or hardware.

Is there a way to parallelize analysis?

Currently, there is no way to parallelize analysis.

Is there a way to enable some incremental analysis to only analyze files changed since the last analysis?

We do not support incremental analysis as it can result in less accurate scanning results

Best,
Marcin