Limitations
Due to Azure DevOps standard settings, this app has the following limitations:
- Limitation: Job Timeout Configuration:
In Azure DevOps, the default value for timeoutInMinutes is 60. If a pipeline job does not finish within this time, it will be canceled automatically.
Workaround:
You need to configure timeoutInMinutes according to the requirements.
For more details on configuring timeouts, refer to - Jobs in Azure Pipelines - Azure Pipelines | Microsoft Learn