From e66bcde7bb0fd5d1dcd2309d8738e2d0a617c18d Mon Sep 17 00:00:00 2001 From: Karthik Nadig Date: Fri, 31 Jan 2020 17:46:47 -0800 Subject: [PATCH] Add timeouts --- azure-pipelines/linux-coverage.yaml | 1 + azure-pipelines/mac-coverage.yaml | 1 + azure-pipelines/pipelines.yaml | 4 ++++ azure-pipelines/win-coverage.yaml | 1 + 4 files changed, 7 insertions(+) diff --git a/azure-pipelines/linux-coverage.yaml b/azure-pipelines/linux-coverage.yaml index 24942436..6725e2c6 100644 --- a/azure-pipelines/linux-coverage.yaml +++ b/azure-pipelines/linux-coverage.yaml @@ -4,6 +4,7 @@ variables: jobs: - job: 'Coverage' + timeoutInMinutes: 15 pool: name: Azure Pipelines demands: java diff --git a/azure-pipelines/mac-coverage.yaml b/azure-pipelines/mac-coverage.yaml index d708b511..49193d86 100644 --- a/azure-pipelines/mac-coverage.yaml +++ b/azure-pipelines/mac-coverage.yaml @@ -4,6 +4,7 @@ variables: jobs: - job: 'Coverage' + timeoutInMinutes: 15 pool: name: Azure Pipelines demands: java diff --git a/azure-pipelines/pipelines.yaml b/azure-pipelines/pipelines.yaml index 487eb93e..3db1b6bb 100644 --- a/azure-pipelines/pipelines.yaml +++ b/azure-pipelines/pipelines.yaml @@ -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" } diff --git a/azure-pipelines/win-coverage.yaml b/azure-pipelines/win-coverage.yaml index d3794515..8524acbd 100644 --- a/azure-pipelines/win-coverage.yaml +++ b/azure-pipelines/win-coverage.yaml @@ -4,6 +4,7 @@ variables: jobs: - job: 'Coverage' + timeoutInMinutes: 15 pool: name: Azure Pipelines demands: java