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.