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