From e04e28b5a114c0d26455ad1f5a4aa0c9122ab425 Mon Sep 17 00:00:00 2001 From: Arash Rezai <157028889+arrerezai@users.noreply.github.com> Date: Tue, 17 Jun 2025 16:36:08 +0200 Subject: [PATCH] Update timeoutInMinutes from 0 to 120 Fixes https://github.com/Azure/Azure-Governance-Visualizer/issues/60 --- .azuredevops/pipelines/AzGovViz.pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azuredevops/pipelines/AzGovViz.pipeline.yml b/.azuredevops/pipelines/AzGovViz.pipeline.yml index 8d290ae..c624e7f 100644 --- a/.azuredevops/pipelines/AzGovViz.pipeline.yml +++ b/.azuredevops/pipelines/AzGovViz.pipeline.yml @@ -32,7 +32,7 @@ schedules: jobs: - job: AzureGovernanceVisualizer - timeoutInMinutes: 0 + timeoutInMinutes: 120 pool: vmImage: "ubuntu-22.04"