From ce5e945be9a69cf61411458f4ac45d75efd4c675 Mon Sep 17 00:00:00 2001 From: Rui Marinho Date: Thu, 22 Aug 2024 17:54:28 +0100 Subject: [PATCH] Bump devicetests timeout on android --- eng/pipelines/common/device-tests.yml | 2 +- eng/pipelines/device-tests.yml | 7 ++----- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/eng/pipelines/common/device-tests.yml b/eng/pipelines/common/device-tests.yml index 04e3edf5210f..7309a4126999 100644 --- a/eng/pipelines/common/device-tests.yml +++ b/eng/pipelines/common/device-tests.yml @@ -30,7 +30,7 @@ stages: clean: all displayName: "Android emulator tests" pool: ${{ parameters.androidPool }} - timeoutInMinutes: 60 + timeoutInMinutes: 120 strategy: matrix: # create all the variables used for the matrix diff --git a/eng/pipelines/device-tests.yml b/eng/pipelines/device-tests.yml index 415d99406863..34f1504ef3d0 100644 --- a/eng/pipelines/device-tests.yml +++ b/eng/pipelines/device-tests.yml @@ -63,11 +63,8 @@ parameters: - name: androidPool type: object default: - name: $(androidTestsVmPool) - vmImage: $(androidTestsVmImage) - demands: - - macOS.Name -equals Ventura - - macOS.Architecture -equals x64 + name: $(macosTestsVmPool) + vmImage: macOS-14 - name: iosPool type: object