From 1fb970643bcd608d7c99e51454820aeb0b504e0d Mon Sep 17 00:00:00 2001 From: Karthik Nadig Date: Fri, 29 May 2020 12:45:44 -0700 Subject: [PATCH] Increase timeout to 20 minutes --- azure-pipelines/pipelines.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-pipelines/pipelines.yaml b/azure-pipelines/pipelines.yaml index d0615d99..0116238c 100644 --- a/azure-pipelines/pipelines.yaml +++ b/azure-pipelines/pipelines.yaml @@ -31,7 +31,7 @@ jobs: displayName: "Publish linting results" - job: "Test_Linux" - timeoutInMinutes: 15 + timeoutInMinutes: 20 displayName: "Tests - Linux" pool: { vmImage: "ubuntu-18.04" } @@ -59,7 +59,7 @@ jobs: - template: "templates/run_tests.yml" - job: "Test_MacOS" - timeoutInMinutes: 15 + timeoutInMinutes: 20 displayName: "Tests - macOS" pool: { vmImage: "macOS-10.15" } @@ -90,7 +90,7 @@ jobs: - template: "templates/run_tests.yml" - job: "Test_Windows" - timeoutInMinutes: 15 + timeoutInMinutes: 20 displayName: "Tests - Windows" pool: { vmImage: "windows-2019" }