Skip to content

Commit

Permalink
Increased CI timeout for benchmarks to 90'
Browse files Browse the repository at this point in the history
Default 60' seems to be sometimes not enough.
  • Loading branch information
gfoidl committed Nov 29, 2018
1 parent 385f237 commit 0f9bd03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .azure/pipelines/jobs/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
condition: and( succeeded(), eq( variables['Build.SourceBranch'], 'refs/heads/master' ) )
pool:
vmImage: ${{ parameters.vmImage }}
timeoutInMinutes: 90
steps:
- task: DotNetCoreInstaller@0
inputs:
Expand Down

0 comments on commit 0f9bd03

Please sign in to comment.