Skip to content

Commit

Permalink
78: increase timeout till 40 min
Browse files Browse the repository at this point in the history
  • Loading branch information
greenEkatherine committed Feb 21, 2021
1 parent 96d4ef7 commit c09a8a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pool:
jobs:
- ${{ each value in parameters.AndroidAPIs }}:
- job:
timeoutInMinutes: 30
timeoutInMinutes: 40
displayName: API ${{ value }}
steps:
- bash: |
Expand Down

0 comments on commit c09a8a9

Please sign in to comment.