From d2304e1e26aec2ffd4ae3eefcd0745b2b5065233 Mon Sep 17 00:00:00 2001 From: Pietro Albini Date: Tue, 21 May 2019 12:05:57 +0200 Subject: [PATCH] ci: increase timeout, take 2 --- .azure-pipelines/try.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.azure-pipelines/try.yml b/.azure-pipelines/try.yml index 47470a2aa348a..8060dc0a2f329 100644 --- a/.azure-pipelines/try.yml +++ b/.azure-pipelines/try.yml @@ -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: