diff --git a/.pipelines/azure-pipeline-build.yml b/.pipelines/azure-pipeline-build.yml index 42727b415..ce9578f9c 100644 --- a/.pipelines/azure-pipeline-build.yml +++ b/.pipelines/azure-pipeline-build.yml @@ -633,6 +633,7 @@ jobs: displayName: "Build: windows 2019 prometheus-collector image" pool: name: Azure-Pipelines-Windows-CI-Test-EO + timeoutInMinutes: 120 dependsOn: - Image_Tags_and_Ev2_Artifacts variables: @@ -665,6 +666,7 @@ jobs: displayName: "Build: windows 2022 prometheus-collector image" pool: name: Azure-Pipelines-Windows-CI-Test-EO + timeoutInMinutes: 120 dependsOn: - Image_Tags_and_Ev2_Artifacts variables: @@ -697,6 +699,7 @@ jobs: displayName: "Build: windows multi-arch prometheus-collector image" pool: name: Azure-Pipelines-Windows-CI-Test-EO + timeoutInMinutes: 120 dependsOn: - Image_Tags_and_Ev2_Artifacts - Windows2019_Prometheus_Collector