From d36e5baea60c95e37eaf8ea0b824d2d4046c8aef Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Wed, 2 Oct 2019 19:54:42 +0200 Subject: [PATCH] Increasing arm64 timeout on Linux (dotnet/corefx#41504) Commit migrated from https://github.com/dotnet/corefx/commit/fa9b26c9eeaadac927dbec4857c3c4f214d666c9 --- eng/pipelines/libraries/linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/pipelines/libraries/linux.yml b/eng/pipelines/libraries/linux.yml index b5c1217..a828ba2 100644 --- a/eng/pipelines/libraries/linux.yml +++ b/eng/pipelines/libraries/linux.yml @@ -117,7 +117,7 @@ stages: submitToHelix: true # Temporary till we reduced workloads on ARM64 - timeoutInMinutes: 180 + timeoutInMinutes: 240 variables: - redhatHelixQueue: RedHat.6.Amd64.Open -- 2.7.4