From 4206c5ca9f4e7b7eb96f95610618704eebdd18eb Mon Sep 17 00:00:00 2001 From: Vlad Zarytovskii Date: Wed, 28 Aug 2024 21:02:53 +0200 Subject: [PATCH] Increase Linux and macOS timeouts --- azure-pipelines-PR.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/azure-pipelines-PR.yml b/azure-pipelines-PR.yml index f182f8b9e10..f45db281b20 100644 --- a/azure-pipelines-PR.yml +++ b/azure-pipelines-PR.yml @@ -546,6 +546,7 @@ stages: - job: Linux pool: vmImage: $(UbuntuMachineQueueName) + timeoutInMinutes: 120 variables: - name: _SignType value: Test @@ -586,6 +587,7 @@ stages: - job: MacOS pool: vmImage: macos-12 + timeoutInMinutes: 120 variables: - name: _SignType value: Test