Skip to content

Commit

Permalink
give macos more time
Browse files Browse the repository at this point in the history
  • Loading branch information
Bam4d committed Nov 15, 2021
1 parent 4f10e0b commit 688d2aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ jobs:
displayName: Deploy To PyPi
- job: MacOS
timeoutInMinutes: 30
timeoutInMinutes: 40
pool:
vmImage: "macOS-latest"
steps:
Expand Down Expand Up @@ -322,7 +322,7 @@ jobs:
- job: PyPiDeployMacOS
condition: and(succeeded(), or(eq(variables['Build.SourceBranch'], 'refs/heads/master'), contains(variables['Build.SourceBranch'], 'test_deploy')))
dependsOn: MacOS
timeoutInMinutes: 30
timeoutInMinutes: 40
pool:
vmImage: "macOS-latest"
strategy:
Expand Down

0 comments on commit 688d2aa

Please sign in to comment.