Skip to content

Commit

Permalink
Merge pull request #378 from JohanMabille/ci_timeout
Browse files Browse the repository at this point in the history
Reduced azure timeout to 30 minutes
  • Loading branch information
JohanMabille committed Jan 6, 2021
2 parents 2549b03 + 23d6719 commit ec1f98b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .azure-pipelines/azure-pipelines-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
image_name: 'ubuntu-16.04'
pool:
vmImage: $(image_name)
timeoutInMinutes: 360
timeoutInMinutes: 30
steps:

- bash: echo "##vso[task.prependpath]$CONDA/bin"
Expand Down
2 changes: 1 addition & 1 deletion .azure-pipelines/azure-pipelines-osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
variables:
CC: clang
CXX: clang++
timeoutInMinutes: 360
timeoutInMinutes: 30
steps:
- script: |
echo "Removing homebrew for Azure to avoid conflicts with conda"
Expand Down

0 comments on commit ec1f98b

Please sign in to comment.