Skip to content

Commit

Permalink
Bump devicetests timeout on android
Browse files Browse the repository at this point in the history
  • Loading branch information
rmarinho committed Aug 22, 2024
1 parent 49703f0 commit ce5e945
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion eng/pipelines/common/device-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 2 additions & 5 deletions eng/pipelines/device-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ce5e945

Please sign in to comment.