Skip to content

Commit

Permalink
Increase Linux and macOS timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
vzarytovskii authored Aug 28, 2024
1 parent 7b81012 commit 4206c5c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions azure-pipelines-PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -546,6 +546,7 @@ stages:
- job: Linux
pool:
vmImage: $(UbuntuMachineQueueName)
timeoutInMinutes: 120
variables:
- name: _SignType
value: Test
Expand Down Expand Up @@ -586,6 +587,7 @@ stages:
- job: MacOS
pool:
vmImage: macos-12
timeoutInMinutes: 120
variables:
- name: _SignType
value: Test
Expand Down

0 comments on commit 4206c5c

Please sign in to comment.