From 0f9bd031df623909c736dd69ca086ac2b028c7a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnther=20Foidl?= Date: Thu, 29 Nov 2018 17:26:48 +0100 Subject: [PATCH] Increased CI timeout for benchmarks to 90' Default 60' seems to be sometimes not enough. --- .azure/pipelines/jobs/benchmarks.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.azure/pipelines/jobs/benchmarks.yml b/.azure/pipelines/jobs/benchmarks.yml index fa995ec..4123978 100644 --- a/.azure/pipelines/jobs/benchmarks.yml +++ b/.azure/pipelines/jobs/benchmarks.yml @@ -10,6 +10,7 @@ jobs: condition: and( succeeded(), eq( variables['Build.SourceBranch'], 'refs/heads/master' ) ) pool: vmImage: ${{ parameters.vmImage }} + timeoutInMinutes: 90 steps: - task: DotNetCoreInstaller@0 inputs: