Skip to content

Commit

Permalink
set test timeout in minutes for analyze job
Browse files Browse the repository at this point in the history
  • Loading branch information
ckairen committed Jul 7, 2022
1 parent 4ee1f30 commit 69c398d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eng/pipelines/templates/jobs/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ jobs:

- job: "Analyze"
condition: and(succeededOrFailed(), ne(variables['Skip.Analyze'], true))
timeoutInMinutes: 100
pool:
name: azsdk-pool-mms-ubuntu-2004-general
vmImage: MMSUbuntu20.04
Expand Down

0 comments on commit 69c398d

Please sign in to comment.