Skip to content

Commit

Permalink
Increase iOS Device Test Time out to 90 (#23768)
Browse files Browse the repository at this point in the history
* Increase iOS Device Test Time out to 90

* Update device-tests.yml
  • Loading branch information
PureWeen committed Jul 23, 2024
1 parent a117612 commit 3c0978d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eng/pipelines/common/device-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ stages:
clean: all
displayName: "iOS tests"
pool: ${{ parameters.iosPool }}
timeoutInMinutes: 45
timeoutInMinutes: 120
strategy:
matrix:
# create all the variables used for the matrix
Expand Down Expand Up @@ -179,4 +179,4 @@ stages:
artifactName: ${{ parameters.artifactName }}
artifactItemPattern: ${{ parameters.artifactItemPattern }}
checkoutDirectory: ${{ parameters.checkoutDirectory }}
useArtifacts: ${{ parameters.useArtifacts }}
useArtifacts: ${{ parameters.useArtifacts }}

0 comments on commit 3c0978d

Please sign in to comment.