From 01a8a5c823c6ee42e5d70ab403b95deacfa29cbb Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Mon, 19 Apr 2021 19:36:03 +0200 Subject: [PATCH] Bump installer tests timeout to 90m (#51494) They timed out in https://dev.azure.com/dnceng/public/_build/results?buildId=1095082&view=logs&jobId=d900f740-c9a5-5bf8-c5f6-bf1e5b71239a&j=d900f740-c9a5-5bf8-c5f6-bf1e5b71239a&t=8d9f84ed-f820-5356-7f05-f798e3a00bae. --- eng/pipelines/runtime-staging.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/eng/pipelines/runtime-staging.yml b/eng/pipelines/runtime-staging.yml index 77082353400..d8ed185dbcb 100644 --- a/eng/pipelines/runtime-staging.yml +++ b/eng/pipelines/runtime-staging.yml @@ -279,6 +279,7 @@ jobs: useContinueOnErrorDuringBuild: true enablePublisTestResults: true testResultsFormat: xunit + timeoutInMinutes: 90 - template: /eng/pipelines/common/platform-matrix.yml parameters: -- GitLab