diff --git a/eng/pipelines/common/device-tests.yml b/eng/pipelines/common/device-tests.yml index f4a6b8b18eee..04e3edf5210f 100644 --- a/eng/pipelines/common/device-tests.yml +++ b/eng/pipelines/common/device-tests.yml @@ -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 @@ -179,4 +179,4 @@ stages: artifactName: ${{ parameters.artifactName }} artifactItemPattern: ${{ parameters.artifactItemPattern }} checkoutDirectory: ${{ parameters.checkoutDirectory }} - useArtifacts: ${{ parameters.useArtifacts }} \ No newline at end of file + useArtifacts: ${{ parameters.useArtifacts }}