Skip to content

Commit

Permalink
ci: increase timeout, take 2
Browse files Browse the repository at this point in the history
  • Loading branch information
pietroalbini committed May 21, 2019
1 parent 67db230 commit d2304e1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .azure-pipelines/try.yml
Expand Up @@ -11,6 +11,7 @@ variables:

jobs:
- job: Linux
timeoutInMinutes: 600
pool:
vmImage: ubuntu-16.04
strategy:
Expand All @@ -27,6 +28,7 @@ jobs:
- template: steps/run.yml

- job: macOS
timeoutInMinutes: 600
pool:
vmImage: macos-10.13
strategy:
Expand All @@ -53,6 +55,7 @@ jobs:
- template: steps/run.yml

- job: Windows
timeoutInMinutes: 600
pool:
vmImage: 'vs2017-win2016'
strategy:
Expand Down

0 comments on commit d2304e1

Please sign in to comment.