From ece2440e4ff80cb853c09ce4c46eecaaeabd26d1 Mon Sep 17 00:00:00 2001 From: Jonathan Pobst Date: Tue, 31 Oct 2023 10:21:57 -1000 Subject: [PATCH] [ci] Increase MSBuild Emulator Tests timeout. --- .../automation/yaml-templates/stage-msbuild-emulator-tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-tools/automation/yaml-templates/stage-msbuild-emulator-tests.yaml b/build-tools/automation/yaml-templates/stage-msbuild-emulator-tests.yaml index 88657721c3f..0d6cf909410 100644 --- a/build-tools/automation/yaml-templates/stage-msbuild-emulator-tests.yaml +++ b/build-tools/automation/yaml-templates/stage-msbuild-emulator-tests.yaml @@ -26,7 +26,7 @@ stages: displayName: "macOS > Tests > MSBuild+Emulator" pool: vmImage: $(HostedMacImage) - timeoutInMinutes: 90 + timeoutInMinutes: 180 cancelTimeoutInMinutes: 5 workspace: clean: all