mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 05:00:16 +03:00
azure-pipelines.yml: Reduce timeout time to 60 minutes (#12826)
This commit is contained in:
parent
69a3cce8c0
commit
d49e7c0b15
1 changed files with 4 additions and 4 deletions
|
@ -4,7 +4,7 @@ variables:
|
|||
|
||||
jobs:
|
||||
- job: Windows_DMD_bootstrap
|
||||
timeoutInMinutes: 120
|
||||
timeoutInMinutes: 60
|
||||
pool:
|
||||
vmImage: 'vs2017-win2016'
|
||||
variables:
|
||||
|
@ -24,7 +24,7 @@ jobs:
|
|||
- template: .azure-pipelines/windows.yml
|
||||
|
||||
- job: Windows_DMD_latest
|
||||
timeoutInMinutes: 120
|
||||
timeoutInMinutes: 60
|
||||
pool:
|
||||
vmImage: 'vs2017-win2016'
|
||||
variables:
|
||||
|
@ -45,7 +45,7 @@ jobs:
|
|||
- template: .azure-pipelines/windows-artifact.yml
|
||||
|
||||
- job: Windows_Coverage
|
||||
timeoutInMinutes: 120
|
||||
timeoutInMinutes: 60
|
||||
pool:
|
||||
vmImage: 'vs2017-win2016'
|
||||
variables:
|
||||
|
@ -68,7 +68,7 @@ jobs:
|
|||
- template: .azure-pipelines/windows.yml
|
||||
|
||||
- job: Windows_VisualD_LDC
|
||||
timeoutInMinutes: 120
|
||||
timeoutInMinutes: 60
|
||||
pool:
|
||||
vmImage: 'vs2017-win2016'
|
||||
variables:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue