mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 23:04:33 +00:00
ci: increase timeout, take 2
This commit is contained in:
parent
67db230477
commit
d2304e1e26
@ -11,6 +11,7 @@ variables:
|
||||
|
||||
jobs:
|
||||
- job: Linux
|
||||
timeoutInMinutes: 600
|
||||
pool:
|
||||
vmImage: ubuntu-16.04
|
||||
strategy:
|
||||
@ -27,6 +28,7 @@ jobs:
|
||||
- template: steps/run.yml
|
||||
|
||||
- job: macOS
|
||||
timeoutInMinutes: 600
|
||||
pool:
|
||||
vmImage: macos-10.13
|
||||
strategy:
|
||||
@ -53,6 +55,7 @@ jobs:
|
||||
- template: steps/run.yml
|
||||
|
||||
- job: Windows
|
||||
timeoutInMinutes: 600
|
||||
pool:
|
||||
vmImage: 'vs2017-win2016'
|
||||
strategy:
|
||||
|
Loading…
Reference in New Issue
Block a user