Add timeouts

This commit is contained in:
Karthik Nadig 2020-01-31 17:46:47 -08:00
parent d1662a2286
commit e66bcde7bb
4 changed files with 7 additions and 0 deletions

View file

@ -4,6 +4,7 @@ variables:
jobs:
- job: 'Coverage'
timeoutInMinutes: 15
pool:
name: Azure Pipelines
demands: java

View file

@ -4,6 +4,7 @@ variables:
jobs:
- job: 'Coverage'
timeoutInMinutes: 15
pool:
name: Azure Pipelines
demands: java

View file

@ -3,6 +3,7 @@ variables:
jobs:
- job: "Lint"
timeoutInMinutes: 15
displayName: "Lint"
pool: { vmImage: "ubuntu-16.04" }
@ -30,6 +31,7 @@ jobs:
displayName: "Publish linting results"
- job: "Test_Linux"
timeoutInMinutes: 15
displayName: "Tests - Linux"
pool: { vmImage: "ubuntu-16.04" }
@ -57,6 +59,7 @@ jobs:
- template: "templates/run_tests.yml"
- job: "Test_MacOS"
timeoutInMinutes: 15
displayName: "Tests - macOS"
pool: { vmImage: "macOS-10.13" }
@ -87,6 +90,7 @@ jobs:
- template: "templates/run_tests.yml"
- job: "Test_Windows"
timeoutInMinutes: 15
displayName: "Tests - Windows"
pool: { vmImage: "vs2017-win2016" }

View file

@ -4,6 +4,7 @@ variables:
jobs:
- job: 'Coverage'
timeoutInMinutes: 15
pool:
name: Azure Pipelines
demands: java