'Run code analysis' task failure without any errors on Azure Devops pipeline CI

I am trying to analyze my php project on Azure devops by adding following sonarcloud task/steps on CI build pipeline,

Prepare Analysis configuration,
run code analysis
Publish qualtity gate result,

Pipeline is running for too long, 1 or 2 hours, since maximum time allocated to the pipeline is 1 or 2 hours, it is getting timed out after running for 1 or 2 hours, the operation is getting cancelled, we haven’t made any changes to CI build azure-pipelines.yml, other pipelines are using same sonarcloud service connection and similar configuration as this one, which are running without any issues.

Hi @mvn.devops, welcome to the community forum

Could you give us the logs, in Debug mode, produced by a failed analysis of the job?
Is there any difference between the failing project and the succeeding ones, like languages, number of code file, quality profile and rules used on the SonarCloud configuration?